Ignore:
Timestamp:
Oct 30, 2009, 9:39:05 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.3 to 3.3.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libsmb/namequery.c

    r221 r342  
    409409
    410410        for (i=0;i<count;i++) {
    411                 if (status[i].type == type)
     411                /* Find first one of the requested type that's not a GROUP. */
     412                if (status[i].type == type && ! (status[i].flags & 0x80))
    412413                        break;
    413414        }
Note: See TracChangeset for help on using the changeset viewer.