From 03455519e70253cb86007ac5a8960999e9aa5fa4 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 14 Dec 2011 13:25:20 +0100 Subject: s3:smbd: pass smbd_server_connection and a snumused function pointer to reload_services() metze --- source3/torture/vfstest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture') diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c index 3ed49c021e..01deba00d3 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -451,7 +451,7 @@ int main(int argc, char *argv[]) lp_load_initial_only(get_dyn_CONFIGFILE()); /* TODO: check output */ - reload_services(NULL, -1, False); + reload_services(NULL, NULL, false); /* the following functions are part of the Samba debugging facilities. See lib/debug.c */ -- cgit