diff options
| author | 2016-02-25 19:19:04 +0100 | |
|---|---|---|
| committer | 2016-02-25 19:19:04 +0100 | |
| commit | 1b8f7ef94aaf6dc309df76d3c4330a4288979d25 (patch) | |
| tree | 6e81cc9ab65e0cd1cad57ac8ac7689d0332a715e /include/modules | |
| parent | Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics (diff) | |
Fix oversight in the last Stats::Context:AddRow() method
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/stats.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/modules/stats.h b/include/modules/stats.h index b1e27b4e7..d2f6eabbb 100644 --- a/include/modules/stats.h +++ b/include/modules/stats.h @@ -167,6 +167,7 @@ class Stats::Context n.push(p5); n.push(p6); n.push(p7); + n.push(p8); AddRow(n); } }; |
