Fixed page titles

This commit is contained in:
Dm1tr1y147
2020-07-28 21:59:18 +05:00
parent 558bc24f1d
commit 5b57419b96
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ int main(int argc, char *argv[])
exit(1);
}
int listenfd = get_listener_socket(port);
int listenfd = get_listener_socket(port);
if (listenfd < 0)
{
err_msg("!fatal! couldn't create listening socket");