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

Diff for /src/usr.bin/ssh/channels.c between version 1.101 and 1.102

version 1.101, 2001/04/05 10:42:48 version 1.102, 2001/04/06 21:00:10
Line 2353 
Line 2353 
                 fatal("Protocol error: authentication forwarding requested twice.");                  fatal("Protocol error: authentication forwarding requested twice.");
   
         /* Temporarily drop privileged uid for mkdir/bind. */          /* Temporarily drop privileged uid for mkdir/bind. */
         temporarily_use_uid(pw->pw_uid);          temporarily_use_uid(pw);
   
         /* Allocate a buffer for the socket name, and format the name. */          /* Allocate a buffer for the socket name, and format the name. */
         channel_forwarded_auth_socket_name = xmalloc(MAX_SOCKET_NAME);          channel_forwarded_auth_socket_name = xmalloc(MAX_SOCKET_NAME);

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102