mirror of
https://github.com/nmap/nmap.git
synced 2026-05-14 01:07:08 +00:00
Updated comment to state correct location of addrset
This commit is contained in:
parent
e02b218925
commit
83ded596c4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
method below. */
|
||||
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
|
||||
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 */
|
||||
return 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue