NetBIOS scopes have been broken for a long time in Samba, which is some
authorMatthew Chapman <matty@samba.org>
Mon, 8 Feb 1999 03:36:32 +0000 (03:36 +0000)
committerMatthew Chapman <matty@samba.org>
Mon, 8 Feb 1999 03:36:32 +0000 (03:36 +0000)
commit4c92cb77cd4596553bf2639cd9dd28ceee3cc2ff
tree989a3669bf828bce67956933b3986eb82e49cde5
parent2ef371c75e4cd86f66e21b4cd666109e0547c057
NetBIOS scopes have been broken for a long time in Samba, which is some
indication of the number of people who use them!

(A loop in name_mangle requires len = 0 at the beginning of each name
component; it was being reset to 0 on a '.', which meant that the for loop
then incremented it to 1 by the beginning of the next component.)
source/lib/util.c