|
|
@@ -317,8 +317,6 @@ process_arguments (int argc, char **argv)
|
|
|
/* Note: H, I, and u must be malloc'd or will fail on redirects */
|
|
|
case 'H': /* Host Name (virtual host) */
|
|
|
host_name = strdup (optarg);
|
|
|
- if (strstr (optarg, ":"))
|
|
|
- sscanf (optarg, "%*[^:]:%d", &server_port);
|
|
|
break;
|
|
|
case 'I': /* Server IP-address */
|
|
|
server_address = strdup (optarg);
|