summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2008-04-18 17:09:09 +0200
committerMichael Adam <obnox@samba.org>2008-04-22 15:13:36 +0200
commit996d1bc09063fc42c2ac4907d5d9cdf106aec38c (patch)
treec4719d05787c0ebe7815dcc820e01f376b06a1d6 /source4/libcli/nbt
parent7dddab3f6cdb36a537ca3ed9c9f3461993d1c11c (diff)
downloadsamba-996d1bc09063fc42c2ac4907d5d9cdf106aec38c.tar.gz
samba-996d1bc09063fc42c2ac4907d5d9cdf106aec38c.tar.bz2
samba-996d1bc09063fc42c2ac4907d5d9cdf106aec38c.zip
fix an extrasemi compile warning
(This used to be commit 47e8ef4f6aa91ed0b069a1890cb1f853b4e9b879)
Diffstat (limited to 'source4/libcli/nbt')
-rw-r--r--source4/libcli/nbt/libnbt.h2
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);