[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.16 and 1.17

version 1.16, 2007/10/29 00:52:45 version 1.17, 2011/03/10 02:52:57
Line 98 
Line 98 
   
         if (!present) {          if (!present) {
                 xfree(doid);                  xfree(doid);
                   authctxt->server_caused_failure = 1;
                 return (0);                  return (0);
         }          }
   
Line 105 
Line 106 
                 if (ctxt != NULL)                  if (ctxt != NULL)
                         ssh_gssapi_delete_ctx(&ctxt);                          ssh_gssapi_delete_ctx(&ctxt);
                 xfree(doid);                  xfree(doid);
                   authctxt->server_caused_failure = 1;
                 return (0);                  return (0);
         }          }
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17