From 238be5fcbe69551a287af757522595a3f9642317 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 14 Apr 1998 22:11:42 +0000 Subject: Eliminate caseblinding of UID comparisons. svn path=/trunk/; revision=1736 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') diff --git a/fetchmail.c b/fetchmail.c index b968d21c..f108f7e8 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -503,7 +503,7 @@ int main (int argc, char **argv) * Note: this delay is important - don't remove! */ sleep(3); - interface_note_activity(&ctl->server); + interface_note_dactivity(&ctl->server); } #endif /* defined(linux) && !INET6 */ } @@ -688,7 +688,7 @@ static int load_params(int argc, char **argv, int optind) */ for (ctl = querylist; ctl; ctl = ctl->next) if (!strcmp(ctl->server.pollname, argv[optind]) - || str_in_list(&ctl->server.akalist, argv[optind])) + || str_in_list(&ctl->server.akalist, argv[optind], TRUE)) goto foundit; /* -- cgit v1.2.3