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

Diff for /src/usr.bin/ssh/monitor.c between version 1.5 and 1.6

version 1.5, 2002/03/19 21:12:48 version 1.6, 2002/03/21 18:38:33
Line 520 
Line 520 
   
         authctxt->service = buffer_get_string(m, NULL);          authctxt->service = buffer_get_string(m, NULL);
         authctxt->style = buffer_get_string(m, NULL);          authctxt->style = buffer_get_string(m, NULL);
           debug3("%s: service=%s, style=%s",
               __FUNCTION__, authctxt->service, authctxt->style);
   
         if (strlen(authctxt->style) == 0) {          if (strlen(authctxt->style) == 0) {
                 xfree(authctxt->style);                  xfree(authctxt->style);
                 authctxt->style = NULL;                  authctxt->style = NULL;
         }          }
   
         debug3("%s: service=%s, style=%s",  
             __FUNCTION__, authctxt->service, authctxt->style);  
   
         return (0);          return (0);
 }  }

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