summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/printing/load.c2
-rw-r--r--source3/smbd/server.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/source3/printing/load.c b/source3/printing/load.c
index 00da9cb2921..c80a4794fbb 100644
--- a/source3/printing/load.c
+++ b/source3/printing/load.c
@@ -57,8 +57,6 @@ load automatic printer services from pre-populated pcap cache
***************************************************************************/
void load_printers(void)
{
- SMB_ASSERT(pcap_cache_loaded());
-
add_auto_printers();
/* load all printcap printers */
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 */