urldata: remove spurious parenthesis to unbreak no-proxy build
Follow-up to e12b39e133
Closes #11591
This commit is contained in:
parent
c15569bb41
commit
8a9f4d481a
@ -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. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user