Commit d07ec5bf authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 240036: Unlock tables after address error before attempting to process footer

r=timeless, a=justdave
parent b9b79e59
......@@ -768,7 +768,7 @@ sub DBNameToIdAndCheck {
}
ThrowUserError("invalid_username",
{ name => $name });
{ name => $name }, "abort");
}
......
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