diff options
author | Daniel Stenberg <daniel@haxx.se> | 2022-09-17 17:32:21 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2022-09-17 23:19:29 +0200 |
commit | 307b7543ea1e73ab04e062bdbe4b5bb409eaba3a (patch) | |
tree | fdadf446776bc5182f71165156834cdf6f5bc97e /lib/vauth/ntlm.c | |
parent | db02e0e980fe82262ac2e29a1495bbd3e61010db (diff) | |
download | curl-307b7543ea1e73ab04e062bdbe4b5bb409eaba3a.tar.gz |
misc: null-terminate
Make use of this term consistently.
Closes #9527
Diffstat (limited to 'lib/vauth/ntlm.c')
-rw-r--r-- | lib/vauth/ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vauth/ntlm.c b/lib/vauth/ntlm.c index edaacbb9e..948a50470 100644 --- a/lib/vauth/ntlm.c +++ b/lib/vauth/ntlm.c @@ -658,7 +658,7 @@ CURLcode Curl_auth_create_ntlm_type3_message(struct Curl_easy *data, /* LanManager response */ /* NT response */ - 0, /* zero termination */ + 0, /* null-termination */ 0, 0, 0, /* type-3 long, the 24 upper bits */ SHORTPAIR(0x18), /* LanManager response length, twice */ |