]> granicus.if.org Git - sudo/commit
hook_version and hook_type are unsigned so use 0, not -1 in the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Mar 2016 16:53:43 +0000 (10:53 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 16 Mar 2016 16:53:43 +0000 (10:53 -0600)
commitc5cafb4331ed4b805833430891f108a29f7b415c
treec24253f4cb51eaa0db28efc6b83e2d8cb83b8356
parent48dff840810a6ec6d56422e687a7eb464dc27ad1
hook_version and hook_type are unsigned so use 0, not -1 in the
final (empty) entry.  Quiets a warning on Solaris Studio 12.2.
plugins/sudoers/policy.c