Fixed boundary port number typo

pull/38/head
Sheng 2018-10-18 15:20:27 +08:00
parent 5d6f92e529
commit d3da7ec5cb
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ jQuery(function($){
msg = 'Need value username';
} else if (!hostname_tester.test(hostname)) {
msg = 'Invalid hostname: ' + hostname;
} else if (port <= 0 || port > 63335) {
} else if (port <= 0 || port > 65535) {
msg = 'Invalid port: ' + port;
} else {
if (pk) {