summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-26 22:55:45 +0200
committerGünther Deschner <gd@samba.org>2010-05-26 22:55:45 +0200
commite94e13bd8d013d2c58cf4f2c647056b5a1b53e79 (patch)
tree289a1041162b4184b38d11aa76f8d6196ad50526 /librpc
parent20f843b678ca93ae762e91969bb13fdb33db4a3f (diff)
downloadsamba-e94e13bd8d013d2c58cf4f2c647056b5a1b53e79.tar.gz
samba-e94e13bd8d013d2c58cf4f2c647056b5a1b53e79.tar.bz2
samba-e94e13bd8d013d2c58cf4f2c647056b5a1b53e79.zip
rap: use rap_LogonHours in rap_NetUserInfo11 as well.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/rap.idl2
1 files changed, 1 insertions, 1 deletions
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;