/[mailutils]/mailutils/imap4d/login.c
ViewVC logotype

Diff of /mailutils/imap4d/login.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.27 by polak, Tue Dec 24 08:25:36 2002 UTC revision 1.28 by gray, Tue Jan 21 08:07:51 2003 UTC
# Line 23  imap4d_login (struct imap4d_command *com Line 23  imap4d_login (struct imap4d_command *com
23    char *sp = NULL, *username, *pass;    char *sp = NULL, *username, *pass;
24    int rc;    int rc;
25    
26      if (login_disabled)
27        return util_finish (command, RESP_NO, "Command disabled");
28      
29    username = util_getword (arg, &sp);    username = util_getword (arg, &sp);
30    pass = util_getword (NULL, &sp);    pass = util_getword (NULL, &sp);
31    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26