diff options
author | Günther Deschner <gd@samba.org> | 2010-04-30 01:44:58 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-04-30 01:44:58 +0200 |
commit | a11745f21d237060b47549f8fba15df4e49adb8f (patch) | |
tree | 23a780ac8ae80799312436f3fe9bd37d65068ec2 /librpc/idl | |
parent | 6a13c028a94772b66788f2a213e8c09707ee6596 (diff) | |
download | samba-a11745f21d237060b47549f8fba15df4e49adb8f.tar.gz samba-a11745f21d237060b47549f8fba15df4e49adb8f.tar.bz2 samba-a11745f21d237060b47549f8fba15df4e49adb8f.zip |
rap: fix rap_PrintQueue2 and rap_PrintQueue4.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/rap.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/rap.idl b/librpc/idl/rap.idl index 5705426223..edc0b4fbca 100644 --- a/librpc/idl/rap.idl +++ b/librpc/idl/rap.idl @@ -499,7 +499,7 @@ interface rap typedef struct { rap_PrintQueue1 queue; - rap_PrintJobInfo1 job; + rap_PrintJobInfo1 job[queue.PrintJobCount]; } rap_PrintQueue2; typedef [public] struct { @@ -529,7 +529,7 @@ interface rap typedef struct { rap_PrintQueue3 queue; - rap_PrintJobInfo2 job; + rap_PrintJobInfo2 job[queue.PrintJobCount]; } rap_PrintQueue4; typedef struct { |