1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

First part of patch from moriyama@miraclelinux.com (MORIYAMA Masayuki) to

fix up netbios names with mb strings. Includes reformat of libsmb/nmblib.c
so it's readable.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 0375dace24
commit 966e49a48c
5 changed files with 809 additions and 731 deletions

View File

@@ -1504,7 +1504,8 @@ struct cnotify_fns {
#include "smb_macros.h"
typedef char nstring[16];
#define MAX_NETBIOSNAME_LEN 16
typedef char nstring[MAX_NETBIOSNAME_LEN];
/* A netbios name structure. */
struct nmb_name {