summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-20 14:24:59 +0100
committerGünther Deschner <gd@samba.org>2009-02-21 21:14:11 +0100
commit762b92e285b7d98936393fc61a5ab18c66e9d534 (patch)
treed5c66491e480535b3dd512d370452d4b1a6b0181 /source3
parent24373c16a5b3e96ea3adc18e7aac837be59fb2c2 (diff)
downloadsamba-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')
-rw-r--r--source3/rpc_server/srv_eventlog_nt.c2
-rw-r--r--source3/rpcclient/cmd_eventlog.c4
2 files changed, 3 insertions, 3 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;
diff --git a/source3/rpcclient/cmd_eventlog.c b/source3/rpcclient/cmd_eventlog.c
index e212452e5d..d839bf4263 100644
--- a/source3/rpcclient/cmd_eventlog.c
+++ b/source3/rpcclient/cmd_eventlog.c
@@ -454,7 +454,7 @@ static NTSTATUS cmd_eventlog_loginfo(struct rpc_pipe_client *cli,
return status;
}
- status = rpccli_eventlog_GetLogIntormation(cli, mem_ctx,
+ status = rpccli_eventlog_GetLogInformation(cli, mem_ctx,
&handle,
0, /* level */
buffer,
@@ -472,7 +472,7 @@ static NTSTATUS cmd_eventlog_loginfo(struct rpc_pipe_client *cli,
goto done;
}
- status = rpccli_eventlog_GetLogIntormation(cli, mem_ctx,
+ status = rpccli_eventlog_GetLogInformation(cli, mem_ctx,
&handle,
0, /* level */
buffer,