summaryrefslogtreecommitdiff
path: root/source4/libcli/nbt/libnbt.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-07 12:10:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:35 -0500
commitb69a2c0d6bc0643b98ace2489cbcc2d40b99baeb (patch)
treeffa39f5dca42524ebc0e2002da56154b301321d7 /source4/libcli/nbt/libnbt.h
parentfcb78064bf760ab72d213b604cef9688edf42b92 (diff)
downloadsamba-b69a2c0d6bc0643b98ace2489cbcc2d40b99baeb.tar.gz
samba-b69a2c0d6bc0643b98ace2489cbcc2d40b99baeb.tar.bz2
samba-b69a2c0d6bc0643b98ace2489cbcc2d40b99baeb.zip
r5261: translate nbt rcode errors to NTSTATUS codes
(This used to be commit 554d1b70e73faeb1f5ecf88f31c5810d86d76200)
Diffstat (limited to 'source4/libcli/nbt/libnbt.h')
-rw-r--r--source4/libcli/nbt/libnbt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/nbt/libnbt.h b/source4/libcli/nbt/libnbt.h
index 7ccd6a51a4..c126f59280 100644
--- a/source4/libcli/nbt/libnbt.h
+++ b/source4/libcli/nbt/libnbt.h
@@ -132,6 +132,7 @@ struct nbt_name_query {
struct nbt_name name;
int16_t num_addrs;
const char **reply_addrs;
+ uint8_t rcode;
} out;
};
@@ -147,6 +148,7 @@ struct nbt_name_status {
const char *reply_from;
struct nbt_name name;
struct nbt_rdata_status status;
+ uint8_t rcode;
} out;
};