Remove trailing spaces, no actual code changes.
This commit is contained in:
2
sudo.c
2
sudo.c
@@ -579,7 +579,7 @@ init_vars(sudo_mode)
|
|||||||
log_error(USE_ERRNO|MSG_ONLY, "can't get hostname");
|
log_error(USE_ERRNO|MSG_ONLY, "can't get hostname");
|
||||||
|
|
||||||
set_runaspw(*user_runas); /* may call log_error() */
|
set_runaspw(*user_runas); /* may call log_error() */
|
||||||
if (*user_runas[0] == '#' && runas_pw->pw_name && runas_pw->pw_name[0])
|
if (*user_runas[0] == '#' && runas_pw->pw_name && runas_pw->pw_name[0])
|
||||||
*user_runas = estrdup(runas_pw->pw_name);
|
*user_runas = estrdup(runas_pw->pw_name);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user