From: Herb Lewis Date: Fri, 11 Dec 1998 21:38:46 +0000 (+0000) Subject: need to reload auto printer services on a save_reload X-Git-Tag: samba-2.0.0beta4~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ec09ffc31709775bf048576916dc7001735e9cb;p=thirdparty%2Fsamba.git need to reload auto printer services on a save_reload --- diff --git a/source/web/swat.c b/source/web/swat.c index 9a0198920c4..125f4ba4542 100644 --- a/source/web/swat.c +++ b/source/web/swat.c @@ -337,6 +337,8 @@ static int save_reload(int snum) printf("Can't reload %s\n", servicesf); return 0; } + iNumNonAutoPrintServices = lp_numservices(); + load_printers(); return 1; }