s3-printing: Do not try to force reload.
commitc3cfa6be4769be15de4278a72b1c73c763edb21f
authorSimo Sorce <idra@samba.org>
Wed, 10 Aug 2011 13:27:24 +0000 (10 09:27 -0400)
committerAndreas Schneider <asn@samba.org>
Wed, 10 Aug 2011 16:14:06 +0000 (10 18:14 +0200)
tree295a53f3562b5f911828e98a2a787599338cb089
parent54aaa5a58c91df4054c3cbaa238c6a83bbfb2eb7
s3-printing: Do not try to force reload.

Be more correct in load printers at startup.
If async process have already started we do not need to force a reload, but we
just need to load the printers. If other process have not finished initializing
it makes no sense to try to force them as they are masking SIGHUP unitl init is
done anyway.

Signed-off-by: Andreas Schneider <asn@samba.org>
source3/printing/queue_process.c
source3/smbd/server.c