1
0
mirror of https://github.com/samba-team/samba.git synced 2025-09-21 21:44:21 +03:00

rap: use rap_LogonHours in rap_NetUserInfo11 as well.

Guenther
This commit is contained in:
Günther Deschner
2010-05-26 22:55:45 +02:00
parent 20f843b678
commit e94e13bd8d

View File

@@ -884,7 +884,7 @@ interface rap
uint16 WorkStationsHigh; uint16 WorkStationsHigh;
uint32 MaxStorage; uint32 MaxStorage;
uint16 UnitsPerWeek; uint16 UnitsPerWeek;
[relative_short] uint8 *LogonHours[21]; [relative_short] rap_LogonHours *LogonHours;
uint16 LogonHoursHigh; uint16 LogonHoursHigh;
uint16 CodePage; uint16 CodePage;
} rap_NetUserInfo11; } rap_NetUserInfo11;