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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user