[tools/bgpgrep,tools/peerindex] Improve misleading comment

This commit is contained in:
Lorenzo Cogotti 2021-08-01 15:17:24 +02:00
parent 5e43edd273
commit 11dc537d21
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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);