diff options
Diffstat (limited to 'source4/auth/gensec')
-rw-r--r-- | source4/auth/gensec/schannel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/auth/gensec/schannel.c b/source4/auth/gensec/schannel.c index f087a24dff..8c9b1d8acc 100644 --- a/source4/auth/gensec/schannel.c +++ b/source4/auth/gensec/schannel.c @@ -147,7 +147,8 @@ static NTSTATUS schannel_update(struct gensec_security *gensec_security, TALLOC_ * Make sure not to call this unless gensec is using schannel... */ -_PUBLIC_/* TODO: make this non-public */NTSTATUS dcerpc_schannel_creds(struct gensec_security *gensec_security, +/* TODO: make this non-public */ +_PUBLIC_ NTSTATUS dcerpc_schannel_creds(struct gensec_security *gensec_security, TALLOC_CTX *mem_ctx, struct creds_CredentialState **creds) { |