mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
Remove unused code
This commit is contained in:
parent
8f54442c68
commit
d57d2b0bdd
1 changed files with 0 additions and 4 deletions
|
|
@ -1444,13 +1444,9 @@ redir (char *pos, char *status_line)
|
|||
i = server_port_check (use_ssl);
|
||||
}
|
||||
else if (sscanf (pos, HD6, addr, url) == 2) {
|
||||
//get type from
|
||||
if(use_ssl){
|
||||
//i = server_port_check (use_ssl);
|
||||
strcpy (type,"https");
|
||||
}
|
||||
//else if(sscanf(server_url,URI_HTTP,type)==1 ){
|
||||
//}
|
||||
else{
|
||||
strcpy (type, server_type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue