svn commit: samba r3402 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Sun Oct 31 04:37:36 GMT 2004


Author: tpot
Date: 2004-10-31 04:37:35 +0000 (Sun, 31 Oct 2004)
New Revision: 3402

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3402

Log:
Fix idl for spoolss_JobInfo1.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/spoolss.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/spoolss.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-31 03:54:20 UTC (rev 3401)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-31 04:37:35 UTC (rev 3402)
@@ -225,12 +225,12 @@
 
 	typedef struct {
 		uint32 job_id;
-		[relative] nstring printer_name;
-		[relative] nstring server_name;
-		[relative] nstring user_name;
-		[relative] nstring document_name;
-		[relative] nstring data_type;
-		[relative] nstring text_status;
+		[relative] nstring *printer_name;
+		[relative] nstring *server_name;
+		[relative] nstring *user_name;
+		[relative] nstring *document_name;
+		[relative] nstring *data_type;
+		[relative] nstring *text_status;
 		uint32 status;
 		uint32 priority;
 		uint32 position;



More information about the samba-cvs mailing list