summaryrefslogtreecommitdiff
path: root/lib/url.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-12-26 16:39:20 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-12-26 16:39:20 +0100
commit1557829c6c69f481d8d5b2cfb92cfab3d3f80dd4 (patch)
tree95a386bd03f184806d6d43e98fda86c91e6d52b7 /lib/url.c
parent6b4c9b8ae0f6283ed8282d56222dd42c119a14a3 (diff)
downloadcurl-bagder/aws-macro-warning.tar.gz
fixup more empty expressions fixedbagder/aws-macro-warning
Diffstat (limited to 'lib/url.c')
-rw-r--r--lib/url.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/url.c b/lib/url.c
index b998c5efb..d86d8b0b6 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1151,10 +1151,7 @@ ConnectionExists(struct Curl_easy *data,
if(bundle->multiuse == BUNDLE_MULTIPLEX)
multiplexed = CONN_INUSE(check);
- if(canmultiplex) {
- ;
- }
- else {
+ if(!canmultiplex) {
if(multiplexed) {
/* can only happen within multi handles, and means that another easy
handle is using this connection */