[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.186 and 1.187

version 1.186, 2010/11/29 23:45:51 version 1.187, 2011/05/06 02:05:41
Line 1882 
Line 1882 
                     authmethod_is_enabled(current)) {                      authmethod_is_enabled(current)) {
                         debug3("authmethod_is_enabled %s", name);                          debug3("authmethod_is_enabled %s", name);
                         debug("Next authentication method: %s", name);                          debug("Next authentication method: %s", name);
                           xfree(name);
                         return current;                          return current;
                 }                  }
         }          }
           if (name != NULL)
                   xfree(name);
 }  }
   
 static char *  static char *

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187