From 44ae09b82e509db390ad4e884ae3310a3508cf46 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Sat, 17 Jan 2009 15:19:08 -0800 Subject: librpc: Re-run make idl_full --- librpc/gen_ndr/eventlog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/eventlog.h') diff --git a/librpc/gen_ndr/eventlog.h b/librpc/gen_ndr/eventlog.h index 65178d203c..9c9a2ed218 100644 --- a/librpc/gen_ndr/eventlog.h +++ b/librpc/gen_ndr/eventlog.h @@ -47,7 +47,7 @@ struct eventlog_Record { time_t time_written; uint32_t event_id; enum eventlogEventTypes event_type; - uint16_t num_of_strings;/* [max(256)] */ + uint16_t num_of_strings;/* [range(0,256)] */ uint16_t event_category; uint16_t reserved_flags; uint32_t closing_record_number; -- cgit