summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 6147526172c..9c2709caf6b 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -715,8 +715,6 @@ void reload_printers(void)
int pnum = lp_servicenumber(PRINTERS_NAME);
const char *pname;
- SMB_ASSERT(pcap_cache_loaded());
-
DEBUG(10, ("reloading printer services from pcap cache\n"));
for (snum = 0; snum < n_services; snum++) {
/* avoid removing PRINTERS_NAME or non-autoloaded printers */