aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 15:53:17 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 15:53:17 +0000
commitc68000df6cb8bdf3158ca1132b2e251112d849a8 (patch)
treedfcab7f11f46226290f8aca57f2f360030dafbca
parentae76c473cdc2f0980cea206e824de55eb47a74f8 (diff)
downloadfetchmail-c68000df6cb8bdf3158ca1132b2e251112d849a8.tar.gz
fetchmail-c68000df6cb8bdf3158ca1132b2e251112d849a8.tar.bz2
fetchmail-c68000df6cb8bdf3158ca1132b2e251112d849a8.zip
Don't include the client hostname in the lockfile name. On multiple
hosts with shared TMPDIR this change might catch a few more exclusions. svn path=/trunk/; revision=257
-rw-r--r--fetchmail.c2
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? */