[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.8 and 1.9

version 1.8, 1999/09/30 08:03:39 version 1.9, 1999/09/30 08:34:24
Line 1412 
Line 1412 
       /* Temporarily use a privileged uid. */        /* Temporarily use a privileged uid. */
       temporarily_use_uid(pw->pw_uid);        temporarily_use_uid(pw->pw_uid);
   
       if (bind(sock, (struct sockaddr *)&sunaddr, AF_UNIX_SIZE(sunaddr)) < 0)        if (bind(sock, (struct sockaddr *)&sunaddr, sizeof(sunaddr)) < 0)
         packet_disconnect("bind: %.100s", strerror(errno));          packet_disconnect("bind: %.100s", strerror(errno));
   
       /* Restore the privileged uid. */        /* Restore the privileged uid. */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9