aboutsummaryrefslogtreecommitdiff
path: root/lib/connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connect.c')
-rw-r--r--lib/connect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connect.c b/lib/connect.c
index eca817c35..3225d70cf 100644
--- a/lib/connect.c
+++ b/lib/connect.c
@@ -1376,7 +1376,7 @@ CURLcode Curl_socket(struct connectdata *conn,
*/
void Curl_conncontrol(struct connectdata *conn,
int ctrl /* see defines in header */
-#ifdef CURLDEBUG
+#ifdef DEBUGBUILD
, const char *reason
#endif
)