diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 5deb7058..d61efc17 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -237,8 +237,6 @@ char **argv; tmpdir = "/tmp"; strcpy(tmpbuf, tmpdir); strcat(tmpbuf, "/fetchmail-"); - gethostname(tmpbuf + strlen(tmpbuf), HOSTLEN+1); - strcat(tmpbuf, "-"); strcat(tmpbuf, user); /* perhaps we just want to check options? */ |