Reviewed by: nhosoi (Thanks!)
@@ -137,3 +137,4 @@ int linked_attrs_fixup_task_add(Slapi_PBlock *pb, Slapi_Entry *e,
Slapi_Entry *eAfter, int *returncode,
char *returntext, void *arg);
+int g_get_shutdown(); /* declared in proto-slap.h */
@@ -2451,7 +2451,6 @@ int memberof_fix_memberof_callback(Slapi_Entry *e, void *callback_data)
memberof_del_dn_type_callback(e, &del_data);
}
-bail:
slapi_valueset_free(groups);
return rc;
@@ -93,5 +93,6 @@ void memberof_rlock_config();
void memberof_wlock_config();
void memberof_unlock_config();
#endif /* _MEMBEROF_H_ */