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

r=timeless, a=justdave
This commit is contained in:
bugreport%peshkin.net 2004-05-12 04:20:10 +00:00
Родитель eae5a9ac73
Коммит 12333c739a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -768,7 +768,7 @@ sub DBNameToIdAndCheck {
}
ThrowUserError("invalid_username",
{ name => $name });
{ name => $name }, "abort");
}