rap: fix rap_PrintQueue2 and rap_PrintQueue4.
authorGünther Deschner <gd@samba.org>
Thu, 29 Apr 2010 23:44:58 +0000 (01:44 +0200)
committerGünther Deschner <gd@samba.org>
Thu, 29 Apr 2010 23:44:58 +0000 (01:44 +0200)
Guenther

librpc/idl/rap.idl

index 5705426223f54a349ed5e75ab58a44350b71efa2..edc0b4fbca7fda54d438a447cbea3fcd4ba02726 100644 (file)
@@ -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 {