mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Fixed compiler error.
This commit is contained in:
parent
abe72ccf71
commit
78e914faad
@ -619,7 +619,7 @@ static SLONG open_connection(SCHAR * filename,
|
||||
if (find_address(name, &address, test_only) < 0)
|
||||
return -1;
|
||||
|
||||
const sockaddr* address2 = (sockaddr*) &address;
|
||||
sockaddr* address2 = (sockaddr*) &address;
|
||||
|
||||
if (connect(channel, address2, sizeof(address2)) < 0) {
|
||||
if (test_only)
|
||||
|
Loading…
Reference in New Issue
Block a user