mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
removed the "banner" when the server is starting
This commit is contained in:
parent
96b7131844
commit
72673a351b
@ -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…
Reference in New Issue
Block a user