Make this compile again

This commit is contained in:
Todd C. Miller
2014-01-13 09:52:41 -07:00
parent f7421f769c
commit cadba501e4

View File

@@ -155,7 +155,7 @@ static int
group_plugin_query(const char *user, const char *group, group_plugin_query(const char *user, const char *group,
const struct passwd *pwd) const struct passwd *pwd)
{ {
return group_plugin->query)(user, group, pwd; return (group_plugin->query)(user, group, pwd);
} }
static void static void