]> granicus.if.org Git - sudo/commit
Add missing return when user is not found in sudo_sss_result_get().
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 27 Jan 2016 16:20:04 +0000 (09:20 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 27 Jan 2016 16:20:04 +0000 (09:20 -0700)
commit60ea106cc489e4dc360cd1aab8bd6abf1c133b69
tree23d19bb646ee629751c7c62b55c8029f366c73a5
parent6635f97b33b5097c4e33d1014007b9134b8fe5fc
Add missing return when user is not found in sudo_sss_result_get().
Previously we fell through to the default case which just logged a
debug message and returned so this just avoids the extra (generic)
debug message.
plugins/sudoers/sssd.c