summaryrefslogtreecommitdiffstats
path: root/source/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
committerAndrew Tridgell <tridge@samba.org>2001-10-11 08:40:42 +0000
commitab7f67677a1ade4669e5c2750d0a38422ea616a9 (patch)
treea85c58f853a6e2c08c9d5d9843cdaeee78f15d56 /source/torture
parent13d168f13f07ad36407d5c7eebe078d956fbc22e (diff)
downloadsamba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.tar.gz
samba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.tar.xz
samba-ab7f67677a1ade4669e5c2750d0a38422ea616a9.zip
first step in converting the head branch to use lang_tdb.c instead
of gettext for internationalisation support. There is more to do
Diffstat (limited to 'source/torture')
-rw-r--r--source/torture/utable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/torture/utable.c b/source/torture/utable.c
index fb262f91b56..a9f3afb3f29 100644
--- a/source/torture/utable.c
+++ b/source/torture/utable.c
@@ -67,7 +67,7 @@ BOOL torture_utable(int dummy)
if (strncmp(alt_name, "X_A_L", 5) != 0) {
alt_allowed++;
valid[c] = 1;
- /* d_printf("fname=[%s] alt_name=[%s]\n", fname, alt_name); */
+ d_printf("fname=[%s] alt_name=[%s]\n", fname, alt_name);
}
cli_close(&cli, fnum);