[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.78 and 1.79

version 1.78, 2002/01/13 17:27:07 version 1.79, 2002/01/18 18:14:17
Line 201 
Line 201 
         /* Only protocol 1.1 is supported */          /* Only protocol 1.1 is supported */
         if (buffer_len(&e->input) == 0)          if (buffer_len(&e->input) == 0)
                 goto failure;                  goto failure;
         buffer_get(&e->input, (char *) session_id, 16);          buffer_get(&e->input, session_id, 16);
         response_type = buffer_get_int(&e->input);          response_type = buffer_get_int(&e->input);
         if (response_type != 1)          if (response_type != 1)
                 goto failure;                  goto failure;

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79