s3: remove now unneeded call to cmdline_messaging_context()
authorRalph Boehme <slow@samba.org>
Sat, 4 May 2019 10:12:48 +0000 (12:12 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 24 Oct 2019 09:33:47 +0000 (09:33 +0000)
commit9471508391fd3bcf199b1e94f8d9ee2b956e8f8e
tree6f92aafd160f8cc07b5f11c6805e7cd7f44456bf
parentca95d7f41b683b4d7ac59ed6ee709d44abfe2019
s3: remove now unneeded call to cmdline_messaging_context()

This was only needed as dbwrap_open() had a bug where it asked for the ctdb
connection before initializing messaging. The previous commit fixed that so we
can now safely remove the calls to cmdline_messaging_context() from all tools
that don't use messaging.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=13925

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Oct 24 09:33:47 UTC 2019 on sn-devel-184
source3/lib/popt_common_cmdline.c
source3/utils/dbwrap_tool.c
source3/utils/eventlogadm.c
source3/utils/ntlm_auth.c
source3/utils/pdbedit.c
source3/utils/sharesec.c
source3/utils/smbget.c
source3/utils/smbpasswd.c
source3/utils/testparm.c