1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-27 14:04:05 +03:00

r11762: fix my build breakage

(This used to be commit 9ee851630ec3443f27a61de6eaf222c74d2d064a)
This commit is contained in:
Gerald Carter 2005-11-17 21:03:22 +00:00 committed by Gerald (Jerry) Carter
parent 5251618c7f
commit 1ce2883865

View File

@ -680,9 +680,10 @@ NTSTATUS _eventlog_read_eventlog( pipes_struct * p,
uint32 num_records_read = 0;
prs_struct *ps;
int bytes_left, record_number;
uint32 elog_read_type, elog_read_dir;
info->flags = q_u->flags;
ps = &p->out_data.rdata;
uint32 elog_read_type, elog_read_dir;
bytes_left = q_u->max_read_size;