Minor cosmetic change

This commit is contained in:
Todd C. Miller
2013-03-28 14:25:24 -04:00
parent d482b00ec1
commit 5bac16f5cc

View File

@@ -403,7 +403,8 @@ sudoers_policy_main(int argc, char * const argv[], int pwflag, char *env_add[],
if (ISSET(sudo_mode, (MODE_RUN | MODE_EDIT))) {
if ((def_log_input || def_log_output) && def_iolog_file && def_iolog_dir) {
iolog_path = expand_iolog_path("iolog_path=", def_iolog_dir,
const char prefix[] = "iolog_path=";
iolog_path = expand_iolog_path(prefix, def_iolog_dir,
def_iolog_file, &sudo_user.iolog_file);
sudo_user.iolog_file++;
}