diff options
-rw-r--r-- | source4/scripting/swig/dcerpc.i | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/swig/dcerpc.i b/source4/scripting/swig/dcerpc.i index a76e1301af..d4de8365f2 100644 --- a/source4/scripting/swig/dcerpc.i +++ b/source4/scripting/swig/dcerpc.i @@ -228,6 +228,7 @@ 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); |