Skip to content

Commit

Permalink
Merge pull request #18417 from ghalliday/issue31460
Browse files Browse the repository at this point in the history
HPCC-31460 Fix problem introduced when resolving merge conflicts

Merged-by: Gavin Halliday <[email protected]>
  • Loading branch information
ghalliday authored Mar 15, 2024
2 parents 6d541df + 9951f0e commit 23a87bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roxie/ccd/ccdsnmp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ CRoxieMetricsManager::CRoxieMetricsManager()
addMetric(dataPacketsReceived);
addMetric(flowRequestsSent);
addMetric(flowPermitsReceived);
addMetric(dataPacketsSentfalse);
addMetric(dataPacketsSent);
}

void CRoxieMetricsManager::doAddMetric(RelaxedAtomic<unsigned> &counter, const char *name, bool isMinVal)
Expand Down

0 comments on commit 23a87bb

Please sign in to comment.