mirror of
https://codeberg.org/1414codeforge/ubgpsuite.git
synced 2025-04-03 20:31:10 +02:00
[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…
x
Reference in New Issue
Block a user