diff options
author | Volker Lendecke <vl@samba.org> | 2008-07-20 16:33:26 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-07-20 17:37:12 +0200 |
commit | b8fc15be950072846d23e3836d4d0289c10156f2 (patch) | |
tree | 23d17fd53297e37faafc025015f036585abcda3c /source3/include | |
parent | 1f854d1db709ea0eeac9f5469fda053bd38e72c4 (diff) | |
download | samba-b8fc15be950072846d23e3836d4d0289c10156f2.tar.gz samba-b8fc15be950072846d23e3836d4d0289c10156f2.tar.bz2 samba-b8fc15be950072846d23e3836d4d0289c10156f2.zip |
Refactoring: Make get_schannel_session_key return NTSTATUS
(This used to be commit a0793cc853d3bd43df2fc49df193a5fead6b01ab)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ee3905896a..822e2e07bc 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7118,10 +7118,10 @@ NTSTATUS cli_rpc_pipe_open_spnego_ntlmssp(struct cli_state *cli, const char *username, const char *password, struct rpc_pipe_client **presult); -struct rpc_pipe_client *get_schannel_session_key(struct cli_state *cli, - const char *domain, - uint32 *pneg_flags, - NTSTATUS *perr); +NTSTATUS get_schannel_session_key(struct cli_state *cli, + const char *domain, + uint32 *pneg_flags, + struct rpc_pipe_client **presult); struct rpc_pipe_client *cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, |