diff options
author | Simo Sorce <simo@redhat.com> | 2013-01-07 19:44:29 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-01-15 10:53:01 +0100 |
commit | b7427d63bd328be32991f9d437c4a3d46bcabe03 (patch) | |
tree | 1b232e469a99cdeb2f3ac00c9ee5997dd2e6d03f /src/providers/ldap/sdap_async_netgroups.c | |
parent | 5c1135221ff3ea9132b6ebf073f2dcae88b73b3f (diff) | |
download | sssd-b7427d63bd328be32991f9d437c4a3d46bcabe03.tar.gz sssd-b7427d63bd328be32991f9d437c4a3d46bcabe03.tar.bz2 sssd-b7427d63bd328be32991f9d437c4a3d46bcabe03.zip |
Add domain arguments to sysdb_add_inetgroup fns.
Diffstat (limited to 'src/providers/ldap/sdap_async_netgroups.c')
-rw-r--r-- | src/providers/ldap/sdap_async_netgroups.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async_netgroups.c b/src/providers/ldap/sdap_async_netgroups.c index 57a9b943..2b382c1c 100644 --- a/src/providers/ldap/sdap_async_netgroups.c +++ b/src/providers/ldap/sdap_async_netgroups.c @@ -138,7 +138,7 @@ static errno_t sdap_save_netgroup(TALLOC_CTX *memctx, goto fail; } - ret = sysdb_add_netgroup(ctx, name, NULL, netgroup_attrs, missing, + ret = sysdb_add_netgroup(ctx, dom, name, NULL, netgroup_attrs, missing, dom->netgroup_timeout, now); if (ret) goto fail; |