aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/url.c b/lib/url.c
index 7c70be818..fa0557711 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -2948,6 +2948,7 @@ ConnectionExists(struct SessionHandle *data,
if((check->localport != needle->localport) ||
(check->localportrange != needle->localportrange) ||
!check->localdev ||
+ !needle->localdev ||
strcmp(check->localdev, needle->localdev))
continue;
}