From c7f0aba80b9f528ceb4f0d6be2bcf4519e5a59ae Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Mon, 19 Sep 2016 02:28:10 +0200 Subject: webfs: aaand another one (should go to sleep) --- sys/src/cmd/webfs/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/src/cmd/webfs') diff --git a/sys/src/cmd/webfs/http.c b/sys/src/cmd/webfs/http.c index 33cec2122..b429112e4 100644 --- a/sys/src/cmd/webfs/http.c +++ b/sys/src/cmd/webfs/http.c @@ -645,7 +645,7 @@ http(char *m, Url *u, Key *shdr, Buq *qbody, Buq *qpost) } if(h == nil){ alarm(timeout); - if((h = hdial(u, qpost!=nil)) == nil) + if((h = hdial(u, qpost==nil)) == nil) break; } if(h->tunnel){ -- cgit v1.2.3