diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-11 08:40:42 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-11 08:40:42 +0000 |
commit | 8cec5cf35f17568009c70d37bb8b2a1f360d3422 (patch) | |
tree | fa7146c88d50687390a8a909571cc97b96d37485 /source3/torture | |
parent | d5a62df4c569e5f82186900c5770c59a5c384587 (diff) | |
download | samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.gz samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.tar.bz2 samba-8cec5cf35f17568009c70d37bb8b2a1f360d3422.zip |
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)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/utable.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |