aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-11 14:54:25 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-11 14:54:25 +0000
commit172943917e7e792859ee4deafef1d831c3f2cdcf (patch)
tree50e9203722cd9c41991378b67f88d92846204865
parentb97baed0c4519936bc3f0c94b9e180a8ddd2af10 (diff)
downloadfetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.tar.gz
fetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.tar.bz2
fetchmail-172943917e7e792859ee4deafef1d831c3f2cdcf.zip
Minor fix.
svn path=/trunk/; revision=1502
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index e04e716e..e1d52f21 100644
--- a/driver.c
+++ b/driver.c
@@ -1545,7 +1545,7 @@ const struct method *proto; /* protocol method table */
++pass;
if (outlevel >= O_VERBOSE)
- if (idp->next)
+ if (idp->id)
error(0, 0, "selecting or re-polling folder %s", idp->id);
else
error(0, 0, "selecting or re-polling default folder");