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

Diff for /src/usr.bin/ssh/auth2-chall.c between version 1.3 and 1.4

version 1.3, 2001/03/02 18:54:31 version 1.4, 2001/03/28 22:43:31
Line 104 
Line 104 
                 }                  }
                 xfree(response);                  xfree(response);
         }          }
         auth_log(authctxt, authenticated, method, " ssh2");          /* unregister callback */
         if (!authctxt->postponed) {          if (!authctxt->postponed)
                 /* unregister callback and send reply */  
                 dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL);                  dispatch_set(SSH2_MSG_USERAUTH_INFO_RESPONSE, NULL);
                 userauth_reply(authctxt, authenticated);  
         }          userauth_finish(authctxt, authenticated, method);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4