1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 06:59:01 +00:00

Updated comment to state correct location of addrset

This commit is contained in:
colin
2011-06-20 22:06:11 +00:00
parent e02b218925
commit 83ded596c4

View File

@@ -203,9 +203,9 @@ int load_exclude_string(addrset *excludelist, const char *s) {
private attributes, which would only be used for debugging, I went for the private attributes, which would only be used for debugging, I went for the
method below. */ method below. */
int dumpExclude(addrset *exclude_group) { int dumpExclude(addrset *exclude_group) {
/* When we updated the exclude code to use addrset from libnetutil (originally /* When we updated the exclude code to use addrset from nbase (originally
from ncat) there was no simple available debugging function. Thus we are from ncat) there was no simple available debugging function. Thus we are
zeroing this and if it is needed look in addrset.cc for the lower level zeroing this and if it is needed look in nbase_addrset.c for the lower level
debug function -Colin */ debug function -Colin */
return 1; return 1;
} }