mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 13:23:02 +01:00
Absolutely no reasons to have it non-const here
This commit is contained in:
parent
80c41949df
commit
d3fbea6a6a
@ -1525,7 +1525,7 @@ struct GpreGlobals
|
||||
const TEXT* ada_null_address;
|
||||
DBB isc_databases;
|
||||
const TEXT* default_user;
|
||||
TEXT* default_password;
|
||||
const TEXT* default_password;
|
||||
const TEXT* default_lc_ctype;
|
||||
gpre_req* requests;
|
||||
gpre_lls* events;
|
||||
|
Loading…
Reference in New Issue
Block a user