From 83ded596c4ce33fdb564e1ec60e8cd1e97b6280c Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 20 Jun 2011 22:06:11 +0000 Subject: [PATCH] Updated comment to state correct location of addrset --- targets.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets.cc b/targets.cc index a5db6b9e8..0be67ea12 100644 --- a/targets.cc +++ b/targets.cc @@ -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; }