s3:vfstest: reload_services() doesn't need a messaging_context
authorStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2011 13:16:21 +0000 (14:16 +0100)
committerStefan Metzmacher <metze@samba.org>
Tue, 13 Dec 2011 19:31:09 +0000 (20:31 +0100)
commitdaa685c00847e28d3fd9e594af9afdfc5d962308
treea6ec34403b6ca16a912c27d6b527d5fe2b4bc538
parent290ce331b6e5995095a1237277a2a6a7272986ce
s3:vfstest: reload_services() doesn't need a messaging_context

It's only used to get the global smbd_server_connection,
which is used in conn_snum_used() via lp_killunused().
But there we don't need it, as we don't have any tree connects
at startup time.

metze
source3/torture/vfstest.c