diff --git a/src/server.c b/src/server.c index 58c3a27..7efae95 100644 --- a/src/server.c +++ b/src/server.c @@ -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"); diff --git a/static/contacts/index.html b/static/contacts/index.html index 6ba3d40..b7a0a0b 100644 --- a/static/contacts/index.html +++ b/static/contacts/index.html @@ -5,7 +5,7 @@ - Test + Contacts diff --git a/static/index.html b/static/index.html index efce72d..f9f9312 100644 --- a/static/index.html +++ b/static/index.html @@ -5,7 +5,7 @@ - Test + Shishkov Dmitriy