diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-12 13:56:33 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-12 13:56:33 -0800 |
commit | 5363d6e62c2d4d3275e78d04c48835524c54f620 (patch) | |
tree | a7570c052a33168acbf0ce74b9685a3ba7bf6355 /source3/include | |
parent | 6747a91ca0c350374c54bac5892cf96e5aed029f (diff) | |
download | samba-5363d6e62c2d4d3275e78d04c48835524c54f620.tar.gz samba-5363d6e62c2d4d3275e78d04c48835524c54f620.tar.xz samba-5363d6e62c2d4d3275e78d04c48835524c54f620.zip |
Ensure all callers to the rpc_client/cli_pipe functions correctly
initialize return variables.
Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2dc0c83e022..0eb5815f641 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5287,23 +5287,10 @@ unsigned int rpccli_set_timeout(struct rpc_pipe_client *cli, bool rpccli_get_pwd_hash(struct rpc_pipe_client *cli, uint8_t nt_hash[16]); NTSTATUS rpccli_anon_bind_data(TALLOC_CTX *mem_ctx, struct cli_pipe_auth_data **presult); -NTSTATUS rpccli_ntlmssp_bind_data(TALLOC_CTX *mem_ctx, - enum pipe_auth_type auth_type, - enum dcerpc_AuthLevel auth_level, - const char *domain, - const char *username, - const char *password, - struct cli_pipe_auth_data **presult); NTSTATUS rpccli_schannel_bind_data(TALLOC_CTX *mem_ctx, const char *domain, enum dcerpc_AuthLevel auth_level, struct netlogon_creds_CredentialState *creds, struct cli_pipe_auth_data **presult); -NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, - enum dcerpc_AuthLevel auth_level, - const char *service_princ, - const char *username, - const char *password, - struct cli_pipe_auth_data **presult); NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx, const char *host, const struct ndr_syntax_id *abstract_syntax, struct rpc_pipe_client **presult); |