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

Diff for /src/usr.bin/ssh/ssh-agent.c between version 1.229 and 1.230

version 1.229, 2018/04/09 23:54:49 version 1.230, 2018/04/10 00:10:49
Line 694 
Line 694 
   
         debug("%s: socket %u (fd=%d) type %d", __func__, socknum, e->fd, type);          debug("%s: socket %u (fd=%d) type %d", __func__, socknum, e->fd, type);
   
         /* check wheter agent is locked */          /* check whether agent is locked */
         if (locked && type != SSH_AGENTC_UNLOCK) {          if (locked && type != SSH_AGENTC_UNLOCK) {
                 sshbuf_reset(e->request);                  sshbuf_reset(e->request);
                 switch (type) {                  switch (type) {

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230