From 4fe127dbe88af47178a0dad46e42aa6400ade67e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 25 Sep 2001 05:20:43 +0000 Subject: added a little smbtorture test for dumping the unicode table of a server. This is just a framework right now - I want this to eventually replace the win32 test code from monyo The interesting this about this test is that it shows up a really horrible performance bug in our stat cache code. I'll see if I can fix it. (This used to be commit eb668b54af4925194c07b217724657f406ec00d0) --- source3/lib/charcnv.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/charcnv.c b/source3/lib/charcnv.c index 0e7d5241f4..5afc638a8d 100644 --- a/source3/lib/charcnv.c +++ b/source3/lib/charcnv.c @@ -100,7 +100,6 @@ size_t convert_string(charset_t from, charset_t to, smb_iconv_t descriptor; if (srclen == -1) srclen = strlen(src)+1; - if (destlen == -1) destlen = strlen(dest)+1; if (!initialised) { initialised = 1; -- cgit