summaryrefslogtreecommitdiff
path: root/source3/librpc/tools
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-02 13:10:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:22 -0500
commita47ae9246455563e899fca114223b59c6c6ce2c5 (patch)
tree631a26eae522199c9b635134ec5c399da9e971bc /source3/librpc/tools
parent09ff57907a00817c39947e25db1e161317120b90 (diff)
downloadsamba-a47ae9246455563e899fca114223b59c6c6ce2c5.tar.gz
samba-a47ae9246455563e899fca114223b59c6c6ce2c5.tar.bz2
samba-a47ae9246455563e899fca114223b59c6c6ce2c5.zip
r21652: Fix samba3-specific initialization
(This used to be commit 7ce0c5d0ccee370ae6f38c98c1bf8398c0ec9f19)
Diffstat (limited to 'source3/librpc/tools')
-rw-r--r--source3/librpc/tools/ndrdump.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/librpc/tools/ndrdump.c b/source3/librpc/tools/ndrdump.c
index 7fc3e57ff3..23cfebcb9c 100644
--- a/source3/librpc/tools/ndrdump.c
+++ b/source3/librpc/tools/ndrdump.c
@@ -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);