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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user