summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-09-05 14:35:55 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-09-05 17:59:47 +0200
commit3e8c665465f0fa650f5f5193206e109200ea7795 (patch)
treea677f811ddb2ad9c41e09e3e7c926b05cd6cb2da /source3/smbd/server.c
parent303962e3708266810996cde496a6f87b7b4c4bc6 (diff)
downloadsamba-3e8c665465f0fa650f5f5193206e109200ea7795.tar.gz
samba-3e8c665465f0fa650f5f5193206e109200ea7795.tar.xz
samba-3e8c665465f0fa650f5f5193206e109200ea7795.zip
s3-smbd: Rename reload_printers() and add documentation.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Mon Sep 5 17:59:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd/server.c')
-rw-r--r--source3/smbd/server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/server.c b/source3/smbd/server.c
index 26e3c86edf2..ecda47c644a 100644
--- a/source3/smbd/server.c
+++ b/source3/smbd/server.c
@@ -88,7 +88,7 @@ static void smb_pcap_updated(struct messaging_context *msg,
DEBUG(10,("Got message saying pcap was updated. Reloading.\n"));
change_to_root_user();
- reload_printers(ev_ctx, msg);
+ delete_and_reload_printers(ev_ctx, msg);
}
/*******************************************************************