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

Diff of /mailutils/imap4d/auth_gss.c

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

revision 1.6 by gray, Wed Jan 22 13:26:53 2003 UTC revision 1.7 by gray, Sun Jan 26 13:46:16 2003 UTC
# Line 48  display_status_1 (char *m, OM_uint32 cod Line 48  display_status_1 (char *m, OM_uint32 cod
48      {      {
49        maj_stat = gss_display_status (&min_stat, code,        maj_stat = gss_display_status (&min_stat, code,
50                                       type, GSS_C_NULL_OID, &msg_ctx, &msg);                                       type, GSS_C_NULL_OID, &msg_ctx, &msg);
51        syslog (LOG_ERR, _("GSS-API error %s: %s\n"), m, (char *) msg.value);        syslog (LOG_ERR, _("GSS-API error %s: %s"), m, (char *) msg.value);
52        gss_release_buffer (&min_stat, &msg);        gss_release_buffer (&min_stat, &msg);
53      }      }
54    while (msg_ctx);    while (msg_ctx);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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