diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-19 02:30:39 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-09-19 02:30:39 +0200 |
commit | bb823caa2880d000cfa50ee64d3ba2cde3b0ef69 (patch) | |
tree | cd03eb3049558365db75a1b9b9fa80be5419a88a /sys/src | |
parent | fe320116dae05e61481e75297f402f1af956c5d6 (diff) | |
parent | c7f0aba80b9f528ceb4f0d6be2bcf4519e5a59ae (diff) |
merge
Diffstat (limited to 'sys/src')
-rw-r--r-- | sys/src/cmd/webfs/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
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){ |