1
0
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:
Andrew Tridgell
2001-08-20 05:15:26 +00:00
parent 5f0b9d0830
commit 11ce0f4d2d
13 changed files with 699 additions and 676 deletions

View File

@ -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;