diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-04-22 22:19:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-04-22 22:19:46 +0200 |
commit | f8dc2ca022951daa1e04360915e8d9deb2a5af5e (patch) | |
tree | adc07a44003a164cc0c117e7b2561ca1c6d984c6 | |
parent | 38a4f9df170fba0a05755e06dd4362d471b3db80 (diff) | |
parent | 996d1bc09063fc42c2ac4907d5d9cdf106aec38c (diff) | |
download | samba-f8dc2ca022951daa1e04360915e8d9deb2a5af5e.tar.gz samba-f8dc2ca022951daa1e04360915e8d9deb2a5af5e.tar.bz2 samba-f8dc2ca022951daa1e04360915e8d9deb2a5af5e.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
(This used to be commit 10a1a53d8beb56b7e12149c50e2685a1578413b9)
-rw-r--r-- | source4/libcli/nbt/libnbt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/nbt/libnbt.h b/source4/libcli/nbt/libnbt.h index 14cec3a024..0b01365510 100644 --- a/source4/libcli/nbt/libnbt.h +++ b/source4/libcli/nbt/libnbt.h @@ -330,7 +330,7 @@ NTSTATUS nbt_name_reply_send(struct nbt_name_socket *nbtsock, NDR_SCALAR_PROTO(wrepl_nbt_name, const struct nbt_name *) -NDR_SCALAR_PROTO(nbt_string, const char *); +NDR_SCALAR_PROTO(nbt_string, const char *) NDR_BUFFER_PROTO(nbt_name, struct nbt_name) NTSTATUS nbt_rcode_to_ntstatus(uint8_t rcode); |