mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 11:17:57 +08:00
Increase maximum port number from 2^16-1 (65535) to 2^31-1 (2147483647). Fixes issue #3567.
This commit is contained in:
@ -302,7 +302,7 @@ object connform: Tconnform
|
||||
Width = 16
|
||||
Height = 21
|
||||
Associate = editPort
|
||||
Max = 65535
|
||||
Max = 2147483647
|
||||
TabOrder = 7
|
||||
Thousands = False
|
||||
Wrap = True
|
||||
|
Reference in New Issue
Block a user