svn commit: samba r4981 - in branches/SAMBA_4_0/source/scripting/swig: .

tpot at samba.org tpot at samba.org
Tue Jan 25 10:20:26 GMT 2005


Author: tpot
Date: 2005-01-25 10:20:24 +0000 (Tue, 25 Jan 2005)
New Revision: 4981

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

Log:
Fix swig build.

Modified:
   branches/SAMBA_4_0/source/scripting/swig/dcerpc.i


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/swig/dcerpc.i
===================================================================
--- branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-01-25 10:03:57 UTC (rev 4980)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2005-01-25 10:20:24 UTC (rev 4981)
@@ -368,7 +368,7 @@
 	/* Set REF_ALLOC flag so we don't have to do too much extra
 	   mucking around with ref variables in ndr unmarshalling. */
 
-	(*$1)->flags |= DCERPC_NDR_REF_ALLOC;
+	(*$1)->conn->flags |= DCERPC_NDR_REF_ALLOC;
 
 	/* Return swig handle on dcerpc_pipe */
 
@@ -399,14 +399,12 @@
 #include "librpc/gen_ndr/ndr_misc.h"
 #include "librpc/gen_ndr/ndr_lsa.h"
 #include "librpc/gen_ndr/ndr_samr.h"
-#include "librpc/gen_ndr/ndr_winreg.h"
 #include "librpc/gen_ndr/ndr_spoolss.h"
 %}
 
 %include "librpc/gen_ndr/misc.i"
 %include "librpc/gen_ndr/lsa.i"
 %include "librpc/gen_ndr/samr.i"
-%include "librpc/gen_ndr/winreg.i"
 %include "librpc/gen_ndr/spoolss.i"
 
 /* The status codes must be included last otherwise the automatically



More information about the samba-cvs mailing list