From 8cec5cf35f17568009c70d37bb8b2a1f360d3422 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 11 Oct 2001 08:40:42 +0000 Subject: first step in converting the head branch to use lang_tdb.c instead of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9) --- source3/torture/utable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/torture/utable.c') diff --git a/source3/torture/utable.c b/source3/torture/utable.c index fb262f91b5..a9f3afb3f2 100644 --- a/source3/torture/utable.c +++ b/source3/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); -- cgit