From e94e13bd8d013d2c58cf4f2c647056b5a1b53e79 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 26 May 2010 22:55:45 +0200 Subject: rap: use rap_LogonHours in rap_NetUserInfo11 as well. Guenther --- librpc/idl/rap.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index e403e8cc6d..6b7316938e 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -884,7 +884,7 @@ interface rap uint16 WorkStationsHigh; uint32 MaxStorage; uint16 UnitsPerWeek; - [relative_short] uint8 *LogonHours[21]; + [relative_short] rap_LogonHours *LogonHours; uint16 LogonHoursHigh; uint16 CodePage; } rap_NetUserInfo11; -- cgit