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

Diff for /src/usr.bin/ssh/auth2.c between version 1.128 and 1.129

version 1.128, 2013/05/17 00:13:13 version 1.129, 2013/05/19 02:42:42
Line 302 
Line 302 
         }          }
   
         /* Log before sending the reply */          /* Log before sending the reply */
         auth_log(authctxt, authenticated, partial, method, submethod, " ssh2");          auth_log(authctxt, authenticated, partial, method, submethod);
   
         if (authctxt->postponed)          if (authctxt->postponed)
                 return;                  return;

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129