From 6f390a7fe4dfd8640c9866ad5d47ca2ffff47105 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 20 Feb 2000 10:27:35 +0000 Subject: Better debugging of UID logic. svn path=/trunk/; revision=2763 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index dbd95ba2..63f9ef5c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1587,7 +1587,7 @@ static void dump_params (struct runctl *runp, if (ctl->server.protocol == P_POP3 #if INET6_ENABLE - && !strcmp(ctl->server.service, KPOP_PORT) + && ctl->server.service && !strcmp(ctl->server.service, KPOP_PORT) #else /* INET6_ENABLE */ && ctl->server.port == KPOP_PORT #endif /* INET6_ENABLE */ -- cgit v1.2.3