if we are truncating to the . we need to start at the beginning in case
commit0375dace248eb3dc660fa2bca2808552e502b3f7
authorHerb Lewis <herb@samba.org>
Fri, 12 Mar 2004 21:35:15 +0000 (12 21:35 +0000)
committerHerb Lewis <herb@samba.org>
Fri, 12 Mar 2004 21:35:15 +0000 (12 21:35 +0000)
tree2d3f404d2716ccc3bf050c6b769d55ab5fae6609
parent29909ce26ac9a0d8e631b1ed884c525674ee5606
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?
source/libsmb/nmblib.c