]> granicus.if.org Git - sudo/commitdiff
Don't need iolog variables in struct command_details, they are for
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Dec 2010 15:50:45 +0000 (10:50 -0500)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 28 Dec 2010 15:50:45 +0000 (10:50 -0500)
the I/O log plugins to handle.

src/sudo.c
src/sudo.h

index c1128dc1dc8ec9eee0be56d450873a4f3d071176..c7372dc6d86a5b19ff74358add328f1787a68424 100644 (file)
@@ -466,10 +466,6 @@ command_info_to_details(char * const info[], struct command_details *details)
                    break;
                }
                break;
-           case 'i':
-               SET_STRING("iolog_dir=", iolog_dir)
-               SET_STRING("iolog_file=", iolog_file)
-               break;
            case 'l':
                SET_STRING("login_class=", login_class)
                break;
index aba9fe34d89ad09666f6dab76e7abc44e68d7777..aff081bbedcbf2db42dcdb489efaf5b3b340e38a 100644 (file)
@@ -139,8 +139,6 @@ struct command_details {
     const char *chroot;
     const char *selinux_role;
     const char *selinux_type;
-    const char *iolog_dir;
-    const char *iolog_file;
 };
 
 /* Status passed between parent and child via socketpair */