summaryrefslogtreecommitdiff
path: root/lib/socks_sspi.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-01-14 22:54:50 +0100
committerDaniel Stenberg <daniel@haxx.se>2021-01-14 22:54:50 +0100
commit4b6a26a8b9379b725003413ea0b4daf33f5852c0 (patch)
treedb4b85baa41a3c0ba727cd3f25e20714f28817c6 /lib/socks_sspi.c
parent70c4fad73420d34e15234408ce26f59f04d99b3b (diff)
downloadcurl-4b6a26a8b9379b725003413ea0b4daf33f5852c0.tar.gz
multibyte: turn the unicodefree macro into upperbagder/CURLX_UNICODEFREE
CURLX_UNICODEFREE() is the name now to make it more obvious to users that this is a macro and not a plain or pretend-to-be function call. Suggested-by: Gisle Vanem Ref: #6457
Diffstat (limited to 'lib/socks_sspi.c')
-rw-r--r--lib/socks_sspi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/socks_sspi.c b/lib/socks_sspi.c
index b9ac2ade8..600bb22fa 100644
--- a/lib/socks_sspi.c
+++ b/lib/socks_sspi.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2012 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2012 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
* Copyright (C) 2009, 2011, Markus Moeller, <markus_moeller@compuserve.com>
*
* This software is licensed as described in the file COPYING, which
@@ -180,7 +180,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
&sspi_ret_flags,
&expiry);
- curlx_unicodefree(sname);
+ CURLX_UNICODEFREE(sname);
if(sspi_recv_token.pvBuffer) {
s_pSecFn->FreeContextBuffer(sspi_recv_token.pvBuffer);