aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index a311a9974..7fb08883a 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -2481,7 +2481,7 @@ Curl_setup_transfer(
if(!conn)
return CURLE_BAD_FUNCTION_ARGUMENT;
- curlassert((sockindex <= 1) && (sockindex >= -1));
+ DEBUGASSERT((sockindex <= 1) && (sockindex >= -1));
/* now copy all input parameters */
conn->sockfd = sockindex == -1 ?