r26355: Eliminate global_loadparm in more places.
[bbaumbach/samba-autobuild/.git] / source4 / torture / rpc / spoolss_notify.c
index 5e7a4469e444f697bfd2d74bcac46b36e1368c85..bdbdc6b0c690e2ca5afe7c7a529af027424ab246 100644 (file)
@@ -289,7 +289,7 @@ struct torture_suite *torture_rpc_spoolss_notify(TALLOC_CTX *mem_ctx)
        struct torture_rpc_tcase *tcase = torture_suite_add_rpc_iface_tcase(suite, 
                                                        "notify", &ndr_table_spoolss);
 
-       ntvfs_init();
+       ntvfs_init(global_loadparm);
        torture_rpc_tcase_add_test(tcase, "testRFFPCNEx", test_RFFPCNEx);
        
        return suite;