summaryrefslogtreecommitdiff
path: root/source3/torture
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2005-01-10 13:17:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:49 -0500
commitaedb05350a32ba75cb2400001c30aa45e5cf0d4d (patch)
tree9daeaf1053af5b9880f009ffad3655f246cc1b5e /source3/torture
parentc28a0992fdf5a5dc48a5797f52edf879f07142df (diff)
downloadsamba-aedb05350a32ba75cb2400001c30aa45e5cf0d4d.tar.gz
samba-aedb05350a32ba75cb2400001c30aa45e5cf0d4d.tar.bz2
samba-aedb05350a32ba75cb2400001c30aa45e5cf0d4d.zip
r4645: patch from Rob to fix the build breakage in vfstest after the reload_printers() cleanup
(This used to be commit 054b64fb86328556288d097e1201a24d53d0bec9)
Diffstat (limited to 'source3/torture')
-rw-r--r--source3/torture/vfstest.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/source3/torture/vfstest.c b/source3/torture/vfstest.c
index 48556aa257..3296a66096 100644
--- a/source3/torture/vfstest.c
+++ b/source3/torture/vfstest.c
@@ -418,6 +418,11 @@ int smbd_server_fd(void)
return server_fd;
}
+void reload_printers(void)
+{
+ return;
+}
+
/****************************************************************************
Reload the services file.
**************************************************************************/
@@ -445,8 +450,6 @@ BOOL reload_services(BOOL test)
ret = lp_load(dyn_CONFIGFILE, False, False, True);
- load_printers();
-
/* perhaps the config filename is now set */
if (!test)
reload_services(True);