mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-12 10:44:58 +03:00
v4.06-9432-beta
This commit is contained in:
@ -7521,6 +7521,8 @@ UINT CmEditAccountDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, voi
|
||||
{
|
||||
if (InStr(tmp, "/tcp") == false)
|
||||
{
|
||||
Trim(tmp);
|
||||
|
||||
StrCat(tmp, sizeof(tmp), "/tcp");
|
||||
|
||||
SetTextA(hWnd, E_HOSTNAME, tmp);
|
||||
@ -7536,6 +7538,8 @@ UINT CmEditAccountDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam, voi
|
||||
{
|
||||
tmp[i] = 0;
|
||||
|
||||
Trim(tmp);
|
||||
|
||||
SetTextA(hWnd, E_HOSTNAME, tmp);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user