diff options
Diffstat (limited to 'server/nss/nsssrv.c')
-rw-r--r-- | server/nss/nsssrv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/nss/nsssrv.c b/server/nss/nsssrv.c index 1c42c3c5..fa43f60f 100644 --- a/server/nss/nsssrv.c +++ b/server/nss/nsssrv.c @@ -467,7 +467,7 @@ int nss_process_init(TALLOC_CTX *mem_ctx, return ret; } - ret = sysdb_init(nctx, ev, cdb, &nctx->sysdb); + ret = sysdb_init(nctx, ev, cdb, NULL, &nctx->sysdb); if (ret != EOK) { DEBUG(0, ("fatal error initializing nss_ctx\n")); return ret; |