]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
urldata: remove spurious parenthesis to unbreak no-proxy build
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2023 07:59:18 +0000 (09:59 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Aug 2023 09:04:24 +0000 (11:04 +0200)
Follow-up to e12b39e13382

Closes #11591

lib/urldata.h

index 21e9daeffdcb225408767e1ac7cdb3d8f7836384..33de31ddf5b305133659c279e9b37831c66525a9 100644 (file)
@@ -1085,7 +1085,7 @@ struct connectdata {
 #else
 #define CURL_CONN_HOST_DISPNAME(c) \
           (c)->bits.conn_to_host ? (c)->conn_to_host.dispname : \
-            (c)->host.dispname)
+            (c)->host.dispname
 #endif
 
 /* The end of connectdata. */