Skip to content

Commit

Permalink
Remove duplicated check
Browse files Browse the repository at this point in the history
Signed-off-by: DL6ER <[email protected]>
  • Loading branch information
DL6ER committed Jan 12, 2025
1 parent bf59f22 commit 9d2d295
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/webserver/webserver.c
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,6 @@ static void get_server_ports(void)
// Increase number of available ports
ports_avail++;
}

if(ports_avail == 0)
log_warn("No web server ports available!");
}

in_port_t __attribute__((pure)) get_https_port(void)
Expand Down

0 comments on commit 9d2d295

Please sign in to comment.