mirror of
https://github.com/curl/curl.git
synced 2026-07-23 19:07:16 +03:00
removed the "banner" when the server is starting
This commit is contained in:
parent
96b7131844
commit
72673a351b
1 changed files with 0 additions and 2 deletions
|
|
@ -505,8 +505,6 @@ int main(int argc, char *argv[])
|
|||
/* start accepting connections */
|
||||
listen(sock, 5);
|
||||
|
||||
fprintf(stderr, "*** %s listening on port %u ***\n", VERSION, port);
|
||||
|
||||
while (1) {
|
||||
int doc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue