diff options
Diffstat (limited to 'source4/build/pidl')
-rw-r--r-- | source4/build/pidl/typelist.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/typelist.pm b/source4/build/pidl/typelist.pm index 432497f9f6..af37a1b8db 100644 --- a/source4/build/pidl/typelist.pm +++ b/source4/build/pidl/typelist.pm @@ -104,7 +104,8 @@ my %scalar_type_mappings = "hyper" => "uint64_t", "NTTIME_1sec" => "NTTIME", "NTTIME_hyper" => "NTTIME", - "ipv4address" => "const char *" + "ipv4address" => "const char *", + "nbt_string" => "const char *" ); # map from a IDL type to a C header type |