summaryrefslogtreecommitdiff
path: root/source3/winbindd
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-13 22:07:53 +0100
committerJeremy Allison <jra@samba.org>2021-03-16 17:09:32 +0000
commitbb5bf508197205f6a9d17b3418a9291b934bd9fa (patch)
tree69fed1336ff204ea88200d134570c167bbf11679 /source3/winbindd
parent57d548b5020b5071e80d6b07c168c8207b52df25 (diff)
downloadsamba-bb5bf508197205f6a9d17b3418a9291b934bd9fa.tar.gz
lib: Remove init_names()
is_myname() looks at lp_* directly, nmbd maintains its own list: We don't need the baroque loadparm handler anymore. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd')
-rw-r--r--source3/winbindd/winbindd.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index bccd1726ce1..cfc65b0b2d4 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -1842,11 +1842,6 @@ int main(int argc, const char **argv)
exit(1);
}
- /* Setup names. */
-
- if (!init_names())
- exit(1);
-
load_interfaces();
if (!secrets_init()) {