diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 15:09:47 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 18:09:33 +0200 |
commit | 39da717fe1583308239278615ac44f8b910c50e3 (patch) | |
tree | 87c7d0f98236c0297cf1dbf8c3f43e66a58b9495 /source3/torture | |
parent | 7c7ffb70fb53c8cedd388c016836d13107f28ac1 (diff) | |
download | samba-39da717fe1583308239278615ac44f8b910c50e3.tar.gz samba-39da717fe1583308239278615ac44f8b910c50e3.tar.bz2 samba-39da717fe1583308239278615ac44f8b910c50e3.zip |
s3: Lift the smbd_messaging_context from reload_services
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/vfstest.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |