nsswitch: fix wbinfo -m --verbose trust type "Local"
authorRalph Boehme <slow@samba.org>
Thu, 1 Mar 2018 10:43:39 +0000 (11:43 +0100)
committerJeremy Allison <jra@samba.org>
Fri, 2 Mar 2018 04:49:18 +0000 (05:49 +0100)
commitf59f6cefa11c4866d2ede47d9c9b415e3d5e233d
tree75d0d95bc9ad0defbd1bb5fb840a3157d3748404
parenta89a7146563f2d9eb8bc02f1c090158ee499c878
nsswitch: fix wbinfo -m --verbose trust type "Local"

Remove wrong "Local" strcmp(), there's another one, the correct one, a few lines
below. Since commit 95e3307917b5731ab883ee5fce530c5b559b4934
WBC_DOMINFO_TRUSTTYPE_NONE, which corresponded to the string "None" in the
winbindd response, is not used anymore.

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

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Fri Mar  2 05:49:18 CET 2018 on sn-devel-144
nsswitch/libwbclient/wbc_util.c