diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-09 14:26:04 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-14 16:23:45 +1000 |
commit | d78cdc5fe2e45b5f447a3ed90d33a10f7cda831a (patch) | |
tree | 4a9cdec5d51c1304b849d35b5c8bc3bdf6e1d020 /source4/auth | |
parent | 1cee31f5889d7b7f8a365a83426b29e804684f9f (diff) | |
download | samba-d78cdc5fe2e45b5f447a3ed90d33a10f7cda831a.tar.gz samba-d78cdc5fe2e45b5f447a3ed90d33a10f7cda831a.tar.bz2 samba-d78cdc5fe2e45b5f447a3ed90d33a10f7cda831a.zip |
Rework to use new API for common netlogon credential chaining
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/gensec/schannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
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... */ |