if we are truncating to the . we need to start at the beginning in case
authorHerb Lewis <herb@samba.org>
Fri, 12 Mar 2004 21:35:15 +0000 (21:35 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 12 Mar 2004 21:35:15 +0000 (21:35 +0000)
commit220d663b744107e03a278b564f4e00712a6fcffe
tree21f8099dfc5c96832375feb889a7f00ebeb639dd
parent95fee5e3bf509eee1a546ebdd23f6bdfd0cf7a20
if we are truncating to the . we need to start at the beginning in case
there are multiple "."'s in the name.

This code is protected with an #ifdef TRUNCATE_NETBIOS_NAME and this
is #define'd to 1 directly above. Should we also get rid of the #ifdef?
(This used to be commit 0375dace248eb3dc660fa2bca2808552e502b3f7)
source3/libsmb/nmblib.c