[tools/bgpgrep,tools/peerindex] Improve misleading comment
This commit is contained in:
parent
5e43edd273
commit
11dc537d21
|
@ -340,7 +340,7 @@ static void Bgpgrep_OpenMrtDump(const char *filename)
|
|||
|
||||
static void Bgpgrep_ProcessMrtDump(const char *filename)
|
||||
{
|
||||
// NOTE: This call is responsible to set and clear:
|
||||
// NOTE: This call is responsible to set:
|
||||
// S.filename, S.inf, S.infOps.
|
||||
// These must be cleared either here or within a file drop.
|
||||
Bgpgrep_OpenMrtDump(filename);
|
||||
|
|
|
@ -323,7 +323,7 @@ static void Peerindex_ProcessRecord(void)
|
|||
|
||||
static void Peerindex_ProcessMrtDump(const char *filename)
|
||||
{
|
||||
// NOTE: This call is responsible to set and clear:
|
||||
// NOTE: This call is responsible to set:
|
||||
// S.filename, S.inf, S.infOps.
|
||||
// These must be cleared either here or within a file drop.
|
||||
Peerindex_OpenMrtDump(filename);
|
||||
|
|
Loading…
Reference in New Issue