2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

group plugin init function return TRUE when successful

This commit is contained in:
Todd C. Miller
2010-11-18 17:06:52 -05:00
parent ef5f73a49f
commit 4b2fb225c0

View File

@@ -155,7 +155,7 @@ group_plugin_load(char *plugin_info)
done:
efree(argv);
if (rc != 0) {
if (rc != TRUE) {
if (group_handle != NULL) {
dlclose(group_handle);
group_handle = NULL;