aboutsummaryrefslogtreecommitdiff
path: root/lib/telnet.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/telnet.c')
-rw-r--r--lib/telnet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/telnet.c b/lib/telnet.c
index 4449a7949..74467ec86 100644
--- a/lib/telnet.c
+++ b/lib/telnet.c
@@ -179,7 +179,7 @@ check_wsock2 ( struct SessionHandle *data )
WORD wVersionRequested;
WSADATA wsaData;
- curlassert(data);
+ DEBUGASSERT(data);
/* telnet requires at least WinSock 2.0 so ask for it. */
wVersionRequested = MAKEWORD(2, 0);