Remove unused digest field from struct cmndspec, the digest really

lives in struct sudo_command.
This commit is contained in:
Todd C. Miller
2013-11-13 16:17:16 -07:00
parent 362080220e
commit bba91c008b

View 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 */