1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r21652: Fix samba3-specific initialization

(This used to be commit 7ce0c5d0ccee370ae6f38c98c1bf8398c0ec9f19)
This commit is contained in:
Jelmer Vernooij 2007-03-02 13:10:12 +00:00 committed by Gerald (Jerry) Carter
parent 09ff57907a
commit a47ae92464

View File

@ -166,6 +166,15 @@ const struct dcerpc_interface_table *load_iface_from_plugin(const char *plugin,
#if (_SAMBA_BUILD_ >= 4)
dcerpc_table_init();
#else
/* Initialise samba stuff */
load_case_tables();
setlinebuf(stdout);
dbf = x_stderr;
setup_logging(argv[0],True);
#endif
pc = poptGetContext("ndrdump", argc, argv, long_options, 0);