summaryrefslogtreecommitdiff
path: root/src/polkit/polkitunixnetgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polkit/polkitunixnetgroup.c')
-rw-r--r--src/polkit/polkitunixnetgroup.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/polkit/polkitunixnetgroup.c b/src/polkit/polkitunixnetgroup.c
index 8a2b369..83f8d4a 100644
--- a/src/polkit/polkitunixnetgroup.c
+++ b/src/polkit/polkitunixnetgroup.c
@@ -194,6 +194,9 @@ polkit_unix_netgroup_set_name (PolkitUnixNetgroup *group,
PolkitIdentity *
polkit_unix_netgroup_new (const gchar *name)
{
+#ifndef HAVE_SETNETGRENT
+ g_assert_not_reached();
+#endif
g_return_val_if_fail (name != NULL, NULL);
return POLKIT_IDENTITY (g_object_new (POLKIT_TYPE_UNIX_NETGROUP,
"name", name,