Commit 63da9745 authored by Guillaume Quintard's avatar Guillaume Quintard Committed by Pål Hermunn Johansen

Typo

parent e6bcbb35
......@@ -167,7 +167,7 @@ server_thread(void *priv)
l = sizeof addr_s;
fd = accept(s->sock, addr, &l);
if (fd < 0)
vtc_log(vl, 0, "Accepted failed: %s", strerror(errno));
vtc_log(vl, 0, "Accept failed: %s", strerror(errno));
vtc_log(vl, 3, "accepted fd %d", fd);
fd = http_process(vl, s->spec, fd, &s->sock);
vtc_log(vl, 3, "shutting fd %d", fd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment