]> granicus.if.org Git - sudo/commit
fn_free_result() (aka sss_sudo_free_result() in sss_sudo.c) handles
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 27 Jan 2016 16:28:08 +0000 (09:28 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 27 Jan 2016 16:28:08 +0000 (09:28 -0700)
commite48ceebf14fdfd75962857094f06d90123311684
tree40aa5e3cf9112be55651890bd6f30b687428cc50
parent60ea106cc489e4dc360cd1aab8bd6abf1c133b69
fn_free_result() (aka sss_sudo_free_result() in sss_sudo.c) handles
a NULL poiner so there's no need to check before calling it.  Add
missing initialization of sss_sudo_result to NULL in sudo_sss_setdefs().
plugins/sudoers/sssd.c