From ca556ac7b3f9f2c0ec9bb960e0419206fd899a03 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 12 Apr 2000 15:06:44 +0000 Subject: Minor updates. svn path=/trunk/; revision=2872 --- imap.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'imap.c') diff --git a/imap.c b/imap.c index 66010957..1a294abe 100644 --- a/imap.c +++ b/imap.c @@ -323,12 +323,18 @@ static int do_rfc1731(int sock, char *truename) return PS_AUTHFAIL; } +#ifdef __UNUSED__ + /* + * Andrew H. Chatham alleges that this check + * is not necessary and has consistently been messing him up. + */ if (strcmp(tktuser, user) != 0) { report(stderr, _("principal %s in ticket does not match -u %s\n"), tktuser, user); return PS_AUTHFAIL; } +#endif /* __UNUSED__ */ if (tktinst[0]) { report(stderr, -- cgit v1.2.3