Fix is_legal_name() to not emit character conversion error messages.
authorJeremy Allison <jra@samba.org>
Tue, 10 Sep 2013 17:46:18 +0000 (10:46 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 11 Sep 2013 23:38:43 +0000 (16:38 -0700)
commit776db7d38597a29536e4127837ffa3b4f4ce35ab
treed4cf5531b51a96b930fa8ee654e9bdfbb8029ca3
parent40db5637911fa6307187f2ea1f3bce951746fbec
Fix is_legal_name() to not emit character conversion error messages.

Using next_codepoint() does the same check, but without the conversion
message.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
source3/smbd/mangle_hash2.c