From ea17aed84098b612c40ee086ba2ad52e43bec801 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Tue, 29 Oct 1996 15:18:02 +0000 Subject: [PATCH] Fix typo; service_name really should be nt_service_name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9244 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/gss/ChangeLog | 5 +++++ src/windows/gss/gss-client.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/windows/gss/ChangeLog b/src/windows/gss/ChangeLog index 194527c08..5681c50fa 100644 --- a/src/windows/gss/ChangeLog +++ b/src/windows/gss/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 29 10:17:25 1996 Theodore Y. Ts'o + + * gss-client.c (client_establish_context): Fix typo; service_name + really should be nt_service_name. + Thu Jul 25 02:16:56 1996 Theodore Y. Ts'o * gss-client.c (client_establish_context): Remove OID's that diff --git a/src/windows/gss/gss-client.c b/src/windows/gss/gss-client.c index b808306ee..0a98774b4 100644 --- a/src/windows/gss/gss-client.c +++ b/src/windows/gss/gss-client.c @@ -220,7 +220,7 @@ client_establish_context (int s, char *sname, char *oid_name, send_tok.value = sname; send_tok.length = strlen(sname) + 1; maj_stat = gss_import_name(&min_stat, &send_tok, - (gss_OID) service_name, &target_name); + (gss_OID) nt_service_name, &target_name); if (maj_stat != GSS_S_COMPLETE) { display_status("parsing name", maj_stat, min_stat); return -1; -- 2.26.2