Update group_plugin_load() stub to match its prototype.
This commit is contained in:
@@ -193,7 +193,7 @@ group_plugin_query(const char *user, const char *group,
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
int
|
int
|
||||||
group_plugin_load(char *plugin_info)
|
group_plugin_load(const char *plugin_info)
|
||||||
{
|
{
|
||||||
debug_decl(group_plugin_load, SUDOERS_DEBUG_UTIL);
|
debug_decl(group_plugin_load, SUDOERS_DEBUG_UTIL);
|
||||||
debug_return_int(false);
|
debug_return_int(false);
|
||||||
|
Reference in New Issue
Block a user