diff options
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc index 29f517d6..9b5aded4 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -148,7 +148,7 @@ void calc_xacts::operator()(xact_t& xact) #if 0 add_error_context(xact_context(xact)); #endif - throw err; + throw; } } |