diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-25 12:37:20 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:14 -0500 |
commit | 1e7bc73e009e1c0adcd06129ae75ddc134956b40 (patch) | |
tree | a5f336141771a7de26a1c49a82268a9998643987 | |
parent | c6f8330098dad8f7a78ccce9b76ad389e6a51aba (diff) | |
download | samba-1e7bc73e009e1c0adcd06129ae75ddc134956b40.tar.gz samba-1e7bc73e009e1c0adcd06129ae75ddc134956b40.tar.bz2 samba-1e7bc73e009e1c0adcd06129ae75ddc134956b40.zip |
r11289: Fix comment.
Andrew Bartlett
(This used to be commit fc18276389d17684bd14a2012d18fb7a9695f69e)
-rw-r--r-- | source4/rpc_server/netlogon/dcerpc_netlogon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/rpc_server/netlogon/dcerpc_netlogon.c b/source4/rpc_server/netlogon/dcerpc_netlogon.c index 472fcca785..200cfd79db 100644 --- a/source4/rpc_server/netlogon/dcerpc_netlogon.c +++ b/source4/rpc_server/netlogon/dcerpc_netlogon.c @@ -351,7 +351,7 @@ static WERROR netr_LogonUasLogoff(struct dcesrv_call_state *dce_call, TALLOC_CTX /* - netr_LogonSamLogonWithFlags + netr_LogonSamLogonEx This version of the function allows other wrappers to say 'do not check the credentials' */ |