mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
a bunch of fixes from the sflight to seattle
in particular:
- fixed NT status code for a bunch of ops
- fixed handling of protocol levels in ms_fnmatch
(This used to be commit 3eba9606f7
)
This commit is contained in:
@ -111,7 +111,7 @@ static void interpret_interface(char *token)
|
||||
|
||||
/* first check if it is an interface name */
|
||||
for (i=0;i<total_probed;i++) {
|
||||
if (ms_fnmatch(token, probed_ifaces[i].name) == 0) {
|
||||
if (gen_fnmatch(token, probed_ifaces[i].name) == 0) {
|
||||
add_interface(probed_ifaces[i].ip,
|
||||
probed_ifaces[i].netmask);
|
||||
added = 1;
|
||||
|
Reference in New Issue
Block a user