mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 12:43:03 +01:00
Make engine compile after recent cleanup
This commit is contained in:
parent
a0f765fffc
commit
e55cd9e124
@ -1572,7 +1572,8 @@ static void revoke_permission(GBL gbl, UCHAR ** ptr)
|
||||
|
||||
const usr* revoking_user = tdbb->tdbb_attachment->att_user;
|
||||
TEXT* q = revoking_user_name;
|
||||
for (const TEXT* p = revoking_user->usr_user_name; *p; p++, q++)
|
||||
const TEXT* p;
|
||||
for (p = revoking_user->usr_user_name; *p; p++, q++)
|
||||
*q = UPPER7(*p);
|
||||
*q = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user