s3-util: for convenience, provide format comments in tdb_unpack().
[jra/samba/.git] / source3 / torture / vfstest.c
index 56e27eec1dc388d558ff83335cf38ea76669b8d0..bb4dc35d2b2446d232c2f31604afcd8e36b2c29a 100644 (file)
@@ -433,7 +433,7 @@ bool reload_services(bool test)
 
        if (lp_loaded()) {
                const char *fname = lp_configfile();
-               if (file_exist(fname, NULL) &&
+               if (file_exist(fname) &&
                    !strcsequal(fname, get_dyn_CONFIGFILE())) {
                        set_dyn_CONFIGFILE(fname);
                        test = False;