s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.
authorGünther Deschner <gd@samba.org>
Fri, 20 Feb 2009 13:24:59 +0000 (14:24 +0100)
committerGünther Deschner <gd@samba.org>
Sat, 21 Feb 2009 20:14:11 +0000 (21:14 +0100)
Guenther

source3/rpc_server/srv_eventlog_nt.c
source3/rpcclient/cmd_eventlog.c

index 697457888ee9af6b425ca70cb7ae1dd9ad883077..2f163a379fba9c3ef3fe3daf4e606ead5297fe47 100644 (file)
@@ -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;
index e212452e5d64634f7c757303a8c7469aa0c5537b..d839bf426329271344fe289aa6ce28f280cf7cef 100644 (file)
@@ -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,