Loading source3/libsmb/nmblib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1167,7 +1167,7 @@ char *dns_to_netbios_name(const char *dns_name) netbios name up to and including the '.' this even applies, by mistake, to workgroup (domain) names, which is _really_ daft. */ for (i = 0; i < 15; i--) { for (i = 0; i < 15; i++) { if (netbios_name[i] == '.') { netbios_name[i] = 0; break; Loading Loading
source3/libsmb/nmblib.c +1 −1 Original line number Diff line number Diff line Loading @@ -1167,7 +1167,7 @@ char *dns_to_netbios_name(const char *dns_name) netbios name up to and including the '.' this even applies, by mistake, to workgroup (domain) names, which is _really_ daft. */ for (i = 0; i < 15; i--) { for (i = 0; i < 15; i++) { if (netbios_name[i] == '.') { netbios_name[i] = 0; break; Loading