diff options
Diffstat (limited to 'source3/include/nameserv.h')
-rw-r--r-- | source3/include/nameserv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nameserv.h b/source3/include/nameserv.h index a505f403ca..8dc737bdb0 100644 --- a/source3/include/nameserv.h +++ b/source3/include/nameserv.h @@ -126,7 +126,7 @@ struct nmb_name { struct nmb_ip { struct in_addr ip; /* ip address of host that owns this name */ - int nb_flags; /* netbios flags */ + uint16 nb_flags; /* netbios flags */ }; /* this is the structure used for the local netbios name list */ |