Remove telfil, use teldir instead.
This commit is contained in:
parent
f80af5c7da
commit
b58bc70d07
3 changed files with 1 additions and 3 deletions
|
@ -40,6 +40,6 @@
|
|||
char *
|
||||
mailbox(char *buf, natid cn)
|
||||
{
|
||||
(void)sprintf(buf, "%s%d", telfil, cn);
|
||||
sprintf(buf, "%s/tel%d", teldir, cn);
|
||||
return buf;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue