diff options
author | Simo Sorce <idra@samba.org> | 2006-03-07 02:55:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:22 -0500 |
commit | 5616971885f96342e011a07210fe3aa616f8a368 (patch) | |
tree | d07fcb2e03a8a35f35ec1aa506bf2f59e54c04bb /source4 | |
parent | 2e0c1ee9a67eaf07a19e1c503d0ef5cc6b0059f0 (diff) | |
download | samba-5616971885f96342e011a07210fe3aa616f8a368.tar.gz samba-5616971885f96342e011a07210fe3aa616f8a368.tar.bz2 samba-5616971885f96342e011a07210fe3aa616f8a368.zip |
r13906: fix swig build
(This used to be commit c5a9ba3e1cfe4fcd1a35c5764330ff385545d0aa)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/scripting/swig/dcerpc.i | 3 |
1 files changed, 1 insertions, 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); |