diff options
author | Günther Deschner <gd@samba.org> | 2009-10-13 10:15:34 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-13 10:21:46 +0200 |
commit | ebe0e64ba9815b238cccf7d24821bc473d245707 (patch) | |
tree | b46bbf1291047849349fba950d3e14b687f55080 /source3/rpc_server | |
parent | aa8c142b5e1d126b9a5a8e4a6638bc785292fbc2 (diff) | |
download | samba-ebe0e64ba9815b238cccf7d24821bc473d245707.tar.gz samba-ebe0e64ba9815b238cccf7d24821bc473d245707.tar.bz2 samba-ebe0e64ba9815b238cccf7d24821bc473d245707.zip |
s3: use enum netr_SchannelType all over the place.
Guenther
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_netlog_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c index fd90bf82c7..4b83279897 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -281,7 +281,7 @@ WERROR _netr_NetrEnumerateTrustedDomains(pipes_struct *p, ******************************************************************/ static NTSTATUS get_md4pw(struct samr_Password *md4pw, const char *mach_acct, - uint16_t sec_chan_type, struct dom_sid *sid) + enum netr_SchannelType sec_chan_type, struct dom_sid *sid) { struct samu *sampass = NULL; const uint8 *pass; |