Commit e0731052 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Don't make assumptions about pthread_t



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2998 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 4eb4937d
......@@ -175,7 +175,7 @@ server_wait(struct server *s)
(char *)res);
exit (1);
}
s->tp = NULL;
s->tp = 0;
AZ(close(s->sock));
s->sock = -1;
}
......
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