[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.8 and 1.9

version 1.8, 2004/06/21 17:36:31 version 1.9, 2005/06/17 02:44:32
Line 61 
Line 61 
         int present;          int present;
         OM_uint32 ms;          OM_uint32 ms;
         u_int len;          u_int len;
         char *doid = NULL;          u_char *doid = NULL;
   
         if (!authctxt->valid || authctxt->user == NULL)          if (!authctxt->valid || authctxt->user == NULL)
                 return (0);                  return (0);

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9