mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
applying login updates from jim@oxfordcc.co.uk, sent in by
lewis2@server.uwindsor.ca. rest of this patch to follow.
bug in interface.c - uninitialised pointer.
nmbd has 0x20 as well as 0x0 NetBIOS name when lmhosts entry is added.
lkcl
(This used to be commit 2b9475cc5f
)
This commit is contained in:
@ -334,6 +334,7 @@ static void interpret_interfaces(char *s, struct interface **interfaces,
|
||||
DEBUG(2,("Warning: inconsistant interface %s\n",inet_ntoa(iface->ip)));
|
||||
}
|
||||
|
||||
iface->next = NULL;
|
||||
(*interfaces) = last_iface = iface;
|
||||
|
||||
DEBUG(1,("Added interface ip=%s ",inet_ntoa(iface->ip)));
|
||||
|
Reference in New Issue
Block a user