Fix bug #6564 - SetPrinter fails (panics) as non root.
authorJeremy Allison <jra@samba.org>
Sat, 18 Jul 2009 00:36:26 +0000 (17:36 -0700)
committerJeremy Allison <jra@samba.org>
Sat, 18 Jul 2009 00:36:26 +0000 (17:36 -0700)
commit6a9e0039100b57f9626e87defec6720c476b9789
tree614ea76e56332e7c647514997195b6098d0e326d
parent33251da8611ddc98c3ae73d62601218e5b784e63
Fix bug #6564 - SetPrinter fails (panics) as non root.
Missing become_root()/unbecome_root() around reload_services.
Jeremy.
source3/rpc_server/srv_spoolss_nt.c
source3/smbd/server.c