Commit 36ce6871 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Decrement the VBE.*.conn gauge

Fixes #2011
parent 5e3b6d28
......@@ -166,6 +166,7 @@ vbe_dir_finish(const struct director *d, struct worker *wrk,
}
assert(bp->n_conn > 0);
bp->n_conn--;
bp->vsc->conn--;
#define ACCT(foo) bp->vsc->foo += bo->acct.foo;
#include "tbl/acct_fields_bereq.h"
#undef ACCT
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment