diff options
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/security.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index d88931fc69..4c6aa235d7 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -26,10 +26,9 @@ cpp_quote("#define dom_sid28 dom_sid") /* same struct as dom_sid but in a variable byte buffer, which is maybe empty in NDR */ cpp_quote("#define dom_sid0 dom_sid") - - [ helper("librpc/gen_ndr/ndr_dom_sid.h"), + pyhelper("librpc/ndr/py_security.c"), pointer_default(unique) ] interface security |