Browse Source
Callers to param() can now optionally set a flag to see if command_fail was called. This is necessary because the `cmd` is freed in case of failure. I spent a bit of time trying to extend the lifetime of the `cmd` to the end of parse_request(), but the destructors still needed to be called when they were, and it was getting ugly. So I took this minimal approach. Signed-off-by: Mark Beckwith <wythe@intrig.com>fix-benchmarks
Mark Beckwith
6 years ago
committed by
Christian Decker
2 changed files with 7 additions and 0 deletions
Loading…
Reference in new issue