aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-11 14:14:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-11 14:14:45 +0000
commit85f067d97fdf18769eefd8419ab10c3a9a113195 (patch)
treebfee6b6c300dd287f69ec213a6472ff6620f067a /fetchmail.c
parente553aea6031e99f495849ccde9cfcf4de5d052ab (diff)
downloadfetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.gz
fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.tar.bz2
fetchmail-85f067d97fdf18769eefd8419ab10c3a9a113195.zip
-Wall cleanup.
svn path=/trunk/; revision=1083
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 2f8abdba..cc303530 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -94,7 +94,7 @@ static void unlockit(int n, void *p)
int main (int argc, char **argv)
{
int st, bkgd = FALSE;
- int parsestatus, implicitmode;
+ int parsestatus, implicitmode = FALSE;
char *home, *tmpdir, tmpbuf[BUFSIZ];
struct passwd *pw;
struct query *ctl;
@@ -271,8 +271,7 @@ int main (int argc, char **argv)
else if (argc > 1)
{
fprintf(stderr,
- "fetchmail: can't accept options while a background fetchmail is running.\n",
- pid);
+ "fetchmail: can't accept options while a background fetchmail is running.\n");
return(PS_EXCLUDE);
}
else if (kill(pid, SIGUSR1) == 0)