From 39da717fe1583308239278615ac44f8b910c50e3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Aug 2010 15:09:47 +0200 Subject: s3: Lift the smbd_messaging_context from reload_services --- 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 75feff83c3..99358de29b 100644 --- a/source3/torture/vfstest.c +++ b/source3/torture/vfstest.c @@ -468,7 +468,7 @@ int main(int argc, char *argv[]) poptFreeContext(pc); /* TODO: check output */ - reload_services(False); + reload_services(smbd_messaging_context(), False); /* the following functions are part of the Samba debugging facilities. See lib/debug.c */ -- cgit