]> granicus.if.org Git - sudo/commitdiff
Remove unused digest field from struct cmndspec, the digest really
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 13 Nov 2013 23:17:16 +0000 (16:17 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 13 Nov 2013 23:17:16 +0000 (16:17 -0700)
lives in struct sudo_command.

plugins/sudoers/parse.h

index a29951649a0d8d0ae244e1be4366f805c0de43c3..4c6bc3c5874fecb7973110a329b3a3c6ff0126fc 100644 (file)
@@ -129,7 +129,6 @@ struct cmndspec {
     struct member_list *runasuserlist; /* list of runas users */
     struct member_list *runasgrouplist;        /* list of runas groups */
     struct member *cmnd;               /* command to allow/deny */
-    char *digest;                      /* optional command digest */
     struct cmndtag tags;               /* tag specificaion */
 #ifdef HAVE_SELINUX
     char *role, *type;                 /* SELinux role and type */