diff options
Diffstat (limited to 'source4/libcli/nbt/libnbt.h')
-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 e828beb29f..521c4f52bd 100644 --- a/source4/libcli/nbt/libnbt.h +++ b/source4/libcli/nbt/libnbt.h @@ -74,7 +74,7 @@ struct nbt_name_request { /* shall we allow multiple replies? */ BOOL allow_multiple_replies; - uint_t num_replies; + unsigned int num_replies; struct nbt_name_reply { struct nbt_name_packet *packet; struct socket_address *dest; |