Commit ce7bc7ea authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Always put macros like this in (...), you never know where they'll end up.

parent cd5eb550
......@@ -728,9 +728,9 @@ VPX_Format_Proxy(struct vsb *vsb, int version,
}
#define PXY_BUFSZ \
sizeof(vpx1_sig) + 4 /* TCPx */ + \
(sizeof(vpx1_sig) + 4 /* TCPx */ + \
2 * VTCP_ADDRBUFSIZE + 2 * VTCP_PORTBUFSIZE + \
6 /* spaces, CRLF */ + 16 /* safety */
6 /* spaces, CRLF */ + 16 /* safety */ )
int
VPX_Send_Proxy(int fd, int version, const struct sess *sp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment