libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 30 Mar 2010 17:08:57 +0000 (19:08 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Tue, 30 Mar 2010 17:08:57 +0000 (19:08 +0200)
commit818fcfb8139d43f2136452029ac320e48ec154f7
tree36b62adbfcf5ce86629cb2ac821c371b38eeab05
parent3e091a82167f51b7d9abf00755bede9354932c6b
libcli/nbt/dns_hosts_file.c - change "ULONG_MAX" into "UINT32_MAX"

This fits better since the variable which is tested is of type "uint32_t".
libcli/nbt/dns_hosts_file.c