mirror of
https://github.com/samba-team/samba.git
synced 2025-03-23 06:50:21 +03:00
r12564: Ensure load_case_tables is always done first.
Jeremy. (This used to be commit addb5095292d6b201cc85f6acab5ec8e6f8f4404)
This commit is contained in:
parent
c8f28c92a7
commit
496b678882
@ -669,6 +669,8 @@ static BOOL open_sockets(BOOL isdaemon, int port)
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
load_case_tables();
|
||||
|
||||
global_nmb_port = NMB_PORT;
|
||||
|
||||
pc = poptGetContext("nmbd", argc, argv, long_options, 0);
|
||||
|
@ -718,6 +718,8 @@ void build_options(BOOL screen);
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
load_case_tables();
|
||||
|
||||
#ifdef HAVE_SET_AUTH_PARAMETERS
|
||||
set_auth_parameters(argc,argv);
|
||||
#endif
|
||||
@ -742,8 +744,6 @@ void build_options(BOOL screen);
|
||||
|
||||
sec_init();
|
||||
|
||||
load_case_tables();
|
||||
|
||||
set_remote_machine_name("smbd", False);
|
||||
|
||||
if (interactive) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user