s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
[bbaumbach/samba-autobuild/.git] / source4 / param / share_ldb.c
index 1d9f77421ea434ca68bb4136489bcb2e0b00421a..4517661c66dfc2bda395de6e0dc5b99618bb01be 100644 (file)
@@ -40,7 +40,7 @@ static NTSTATUS sldb_init(TALLOC_CTX *mem_ctx, const struct share_ops *ops,
                return NT_STATUS_NO_MEMORY;
        }
        
-       sdb = ldb_wrap_connect(*ctx, ev_ctx, lp_ctx, 
+       sdb = ldb_wrap_connect(*ctx, ev_ctx, lp_ctx,
                               private_path(*ctx, lp_ctx, "share.ldb"),
                               system_session(lp_ctx),
                               NULL, 0);