aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 90446961..e6c45c02 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -148,7 +148,7 @@ int main (int argc, char **argv)
sprintf(tmpbuf, "%s/fetchmail.pid", PID_DIR);
else {
strcpy(tmpbuf, home);
- strcat(tmpbuf, "/.fetchmail");
+ strcat(tmpbuf, "/.fetchmail.pid");
}
/* perhaps we just want to check options? */