From d78cdc5fe2e45b5f447a3ed90d33a10f7cda831a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 9 Apr 2009 14:26:04 +1000 Subject: Rework to use new API for common netlogon credential chaining --- source4/auth/gensec/schannel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec') diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c index b71748943b..08fce2f049 100644 --- a/source4/auth/gensec/schannel.c +++ b/source4/auth/gensec/schannel.c @@ -171,7 +171,7 @@ static NTSTATUS schannel_update(struct gensec_security *gensec_security, TALLOC_ } /** - * Return the struct creds_CredentialState. + * Return the struct netlogon_creds_CredentialState. * * Make sure not to call this unless gensec is using schannel... */ -- cgit