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

Diff for /src/usr.bin/ssh/sshconnect2.c between version 1.43 and 1.44

version 1.43, 2001/02/08 10:47:05 version 1.44, 2001/02/09 12:28:35
Line 970 
Line 970 
         }          }
         if (authname_current != NULL) {          if (authname_current != NULL) {
                 xfree(authname_current);                  xfree(authname_current);
                 authlist_state = NULL;                  authname_current = NULL;
         }          }
         if (authlist_state != NULL)          if (authlist_state != NULL)
                 authlist_state = NULL;                  authlist_state = NULL;

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44