From: Todd C. Miller Date: Thu, 28 Mar 2013 18:25:24 +0000 (-0400) Subject: Minor cosmetic change X-Git-Tag: SUDO_1_8_7~1^2~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bac16f5ccebad3587d6448a0d91db115cfcd7bd;p=sudo Minor cosmetic change --- diff --git a/plugins/sudoers/sudoers.c b/plugins/sudoers/sudoers.c index 1554122b0..821f4e9ce 100644 --- a/plugins/sudoers/sudoers.c +++ b/plugins/sudoers/sudoers.c @@ -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++; }