diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-14 02:36:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:32 -0500 |
commit | 8d0a36366c741d0ae9302f1ac8cc6894033be687 (patch) | |
tree | 34a19b847efc4865c7534a78ca7e862de4401deb /source4/build/pidl | |
parent | 6f036daaa4a3f8c73512a7549a399e9b0f1f2758 (diff) | |
download | samba-8d0a36366c741d0ae9302f1ac8cc6894033be687.tar.gz samba-8d0a36366c741d0ae9302f1ac8cc6894033be687.tar.bz2 samba-8d0a36366c741d0ae9302f1ac8cc6894033be687.zip |
r6331: added IDL and test suite for the ADS style response to a datagram netlogon query.
Note that this response is almost identical to the CLDAP netlogon
response, so adding that will now be quite easy.
(This used to be commit 1ea4ed4ad1d9336f8288283688fa2d7bebfa533c)
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 |