[BACK]Return to auth2-gss.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth2-gss.c between version 1.12 and 1.13

version 1.12, 2005/10/13 22:24:31 version 1.13, 2006/03/20 04:07:22
Line 100 
Line 100 
         }          }
   
         if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {          if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
                   if (ctxt != NULL)
                           ssh_gssapi_delete_ctx(&ctxt);
                 xfree(doid);                  xfree(doid);
                 return (0);                  return (0);
         }          }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13