mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:43:04 +01:00
Commit forgotten change
This commit is contained in:
parent
5a2131cf69
commit
4e426d0739
@ -4393,6 +4393,7 @@ system_function_std_syntax
|
|||||||
| MINVALUE
|
| MINVALUE
|
||||||
| MOD
|
| MOD
|
||||||
| PI
|
| PI
|
||||||
|
| POSITION
|
||||||
| POWER
|
| POWER
|
||||||
| RAND
|
| RAND
|
||||||
| REPLACE
|
| REPLACE
|
||||||
|
@ -134,7 +134,6 @@ rem_port* WNET_analyze(Firebird::PathName& file_name,
|
|||||||
|
|
||||||
/* Pick up some user identification information */
|
/* Pick up some user identification information */
|
||||||
Firebird::string buffer;
|
Firebird::string buffer;
|
||||||
TEXT *p;
|
|
||||||
Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE);
|
Firebird::ClumpletWriter user_id(Firebird::ClumpletReader::UnTagged, MAX_DPB_SIZE);
|
||||||
|
|
||||||
ISC_get_user(&buffer, 0, 0, 0);
|
ISC_get_user(&buffer, 0, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user