summaryrefslogtreecommitdiff
path: root/src/transports/auth_ntlm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transports/auth_ntlm.c')
-rw-r--r--src/transports/auth_ntlm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transports/auth_ntlm.c b/src/transports/auth_ntlm.c
index 240c9ed81..7d9c5976d 100644
--- a/src/transports/auth_ntlm.c
+++ b/src/transports/auth_ntlm.c
@@ -207,7 +207,7 @@ int git_http_auth_ntlm(
return -1;
}
- ctx->parent.type = GIT_AUTHTYPE_NTLM;
+ ctx->parent.type = GIT_HTTP_AUTH_NTLM;
ctx->parent.credtypes = GIT_CREDTYPE_USERPASS_PLAINTEXT;
ctx->parent.connection_affinity = 1;
ctx->parent.set_challenge = ntlm_set_challenge;