[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.111 and 1.112

version 1.111, 2003/02/16 17:09:57 version 1.112, 2003/03/05 22:33:43
Line 1014 
Line 1014 
         strlcpy(chost, p, len);          strlcpy(chost, p, len);
         strlcat(chost, ".", len);          strlcat(chost, ".", len);
         debug2("userauth_hostbased: chost %s", chost);          debug2("userauth_hostbased: chost %s", chost);
           xfree(p);
   
         service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" :          service = datafellows & SSH_BUG_HBSERVICE ? "ssh-userauth" :
             authctxt->service;              authctxt->service;

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112