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

idra at samba.org idra at samba.org
Tue Mar 7 02:56:00 GMT 2006


Author: idra
Date: 2006-03-07 02:55:59 +0000 (Tue, 07 Mar 2006)
New Revision: 13906

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

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	2006-03-06 23:51:24 UTC (rev 13905)
+++ branches/SAMBA_4_0/source/scripting/swig/dcerpc.i	2006-03-07 02:55:59 UTC (rev 13906)
@@ -228,10 +228,9 @@
    pidl to automatically generating these instead of having to find
    them all by hand. */
 
-%array_functions(struct samr_String, samr_String_array);
 %array_functions(struct samr_SamEntry, samr_SamEntry_array);
 %array_functions(union samr_ConnectInfo, samr_ConnectInfo_array);
-%array_functions(struct samr_RidType, samr_RidType_array);
+%array_functions(struct samr_RidWithAttribute, samr_RidWithAttribute_array);
 
 %array_functions(struct lsa_SidPtr, lsa_SidPtr_array);
 



More information about the samba-cvs mailing list