[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.18 and 1.19

version 1.18, 2012/12/02 20:34:09 version 1.19, 2013/04/05 00:14:00
Line 225 
Line 225 
 input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt)  input_gssapi_exchange_complete(int type, u_int32_t plen, void *ctxt)
 {  {
         Authctxt *authctxt = ctxt;          Authctxt *authctxt = ctxt;
         Gssctxt *gssctxt;  
         int authenticated;          int authenticated;
   
         if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))          if (authctxt == NULL || (authctxt->methoddata == NULL && !use_privsep))
                 fatal("No authentication or GSSAPI context");                  fatal("No authentication or GSSAPI context");
   
         gssctxt = authctxt->methoddata;  
   
         /*          /*
          * We don't need to check the status, because we're only enabled in           * We don't need to check the status, because we're only enabled in

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19