8
0
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:
skidder 2003-09-10 15:31:57 +00:00
parent a0f765fffc
commit e55cd9e124

View File

@ -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;