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

Diff for /src/usr.bin/ssh/uidswap.c between version 1.27 and 1.28

version 1.27, 2006/04/22 04:06:51 version 1.28, 2006/06/06 10:20:20
Line 111 
Line 111 
 void  void
 permanently_set_uid(struct passwd *pw)  permanently_set_uid(struct passwd *pw)
 {  {
           if (pw == NULL)
                   fatal("permanently_set_uid: no user given");
         if (temporarily_use_uid_effective)          if (temporarily_use_uid_effective)
                 fatal("permanently_set_uid: temporarily_use_uid effective");                  fatal("permanently_set_uid: temporarily_use_uid effective");
         debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,          debug("permanently_set_uid: %u/%u", (u_int)pw->pw_uid,

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28