Skip to content
Snippets Groups Projects
Commit 0d0c99cb authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Syntax error when HAVE_INITGROUPS is not set.

parent f726da9a
No related branches found
No related tags found
No related merge requests found
......@@ -157,8 +157,8 @@ int proc_update_privileges(int uid, int gid)
uid, strerror(errno));
}
}
}
# endif /* HAVE_INITGROUPS */
}
#endif /* HAVE_SETGROUPS */
/* Watch uid/gid. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment