diff options
author | Günther Deschner <gd@samba.org> | 2009-02-20 14:24:59 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-21 21:14:11 +0100 |
commit | 762b92e285b7d98936393fc61a5ab18c66e9d534 (patch) | |
tree | d5c66491e480535b3dd512d370452d4b1a6b0181 /source3/rpc_server | |
parent | 24373c16a5b3e96ea3adc18e7aac837be59fb2c2 (diff) | |
download | samba-762b92e285b7d98936393fc61a5ab18c66e9d534.tar.gz samba-762b92e285b7d98936393fc61a5ab18c66e9d534.tar.bz2 samba-762b92e285b7d98936393fc61a5ab18c66e9d534.zip |
s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.
Guenther
Diffstat (limited to 'source3/rpc_server')
-rw-r--r-- | source3/rpc_server/srv_eventlog_nt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_server/srv_eventlog_nt.c b/source3/rpc_server/srv_eventlog_nt.c index 697457888e..2f163a379f 100644 --- a/source3/rpc_server/srv_eventlog_nt.c +++ b/source3/rpc_server/srv_eventlog_nt.c @@ -706,7 +706,7 @@ NTSTATUS _eventlog_WriteClusterEvents(pipes_struct *p, struct eventlog_WriteClus return NT_STATUS_NOT_IMPLEMENTED; } -NTSTATUS _eventlog_GetLogIntormation(pipes_struct *p, struct eventlog_GetLogIntormation *r) +NTSTATUS _eventlog_GetLogInformation(pipes_struct *p, struct eventlog_GetLogInformation *r) { p->rng_fault_state = True; return NT_STATUS_NOT_IMPLEMENTED; |