mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 02:03:03 +01:00
Fixed gcc warning
This commit is contained in:
parent
dec90ea146
commit
793091ff85
@ -140,7 +140,7 @@ void SCL_check_access(const SecurityClass* s_class,
|
|||||||
{
|
{
|
||||||
ERR_post(isc_no_priv, isc_arg_string, "(ACL unrecognized)",
|
ERR_post(isc_no_priv, isc_arg_string, "(ACL unrecognized)",
|
||||||
isc_arg_string, "security_class",
|
isc_arg_string, "security_class",
|
||||||
isc_arg_string, s_class->scl_name,
|
isc_arg_string, s_class->scl_name.c_str(),
|
||||||
0);
|
0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user