spelling
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23890 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -350,7 +350,7 @@ main(int argc, char **argv)
|
|||||||
su_user = argv[optind++];
|
su_user = argv[optind++];
|
||||||
|
|
||||||
if (!issuid() && getuid() != 0)
|
if (!issuid() && getuid() != 0)
|
||||||
warnx("Not setuid and you are root, expect this to fail");
|
warnx("Not setuid and you are not root, expect this to fail");
|
||||||
|
|
||||||
pwd = k_getpwnam(su_user);
|
pwd = k_getpwnam(su_user);
|
||||||
if(pwd == NULL)
|
if(pwd == NULL)
|
||||||
|
Reference in New Issue
Block a user