summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlib/server/makeprotocol.pl.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/server/makeprotocol.pl.in b/lib/server/makeprotocol.pl.in
index ab6211dd..df0e23ab 100755
--- a/lib/server/makeprotocol.pl.in
+++ b/lib/server/makeprotocol.pl.in
@@ -1125,6 +1125,7 @@ __E
{
BOX_WARNING("Failed to send stream after command: " <<
rQuery.ToString() << ": " << e.what());
+ throw;
}
__E
}