From 5616971885f96342e011a07210fe3aa616f8a368 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 7 Mar 2006 02:55:59 +0000 Subject: r13906: fix swig build (This used to be commit c5a9ba3e1cfe4fcd1a35c5764330ff385545d0aa) --- source4/scripting/swig/dcerpc.i | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index 60e661f180..395f1473d1 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/scripting/swig/dcerpc.i @@ -228,10 +228,9 @@ char *nt_errstr(NTSTATUS nt_code); 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); -- cgit