mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3-eventlog: fix rpcclient and server stub for eventlog_GetLogInformation.
Guenther
This commit is contained in:
parent
24373c16a5
commit
762b92e285
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user