mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
struct nmb_name should have 16 byte namestrings, not 17.
Jeremy. (This used to be commit daf7b5fbd93c640c7660bdf173079fa1039794af)
This commit is contained in:
parent
5dfeda0002
commit
e745d4e602
@ -1486,9 +1486,9 @@ struct cnotify_fns {
|
||||
|
||||
/* A netbios name structure. */
|
||||
struct nmb_name {
|
||||
char name[17];
|
||||
char scope[64];
|
||||
unsigned int name_type;
|
||||
char name[16];
|
||||
char scope[64];
|
||||
unsigned int name_type;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user