8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 04:43:03 +01:00

Fixed the logic.

This commit is contained in:
dimitr 2009-05-25 06:10:17 +00:00
parent 218c2b3d51
commit 2a344f05fd

View File

@ -2784,6 +2784,7 @@ bool get_exception(void)
{
switch (attribute)
{
case att_exception_name:
if (!X.RDB$EXCEPTION_NAME.NULL)
BURP_error(311, true, isc_arg_number, (void*) att_exception_name,
isc_arg_string, X.RDB$EXCEPTION_NAME, NULL, NULL, NULL, NULL, NULL, NULL);