Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/libads/cldap.c

    r22 r312  
    6161                                followed_ptr = 1;
    6262                        }
    63                         len = ((ptr[0] & 0x3f) << 8) | ptr[1];
     63                        len = ((ptr[0] & 0x3f) << 8) | (uint8) ptr[1];
    6464                        ptr = data + len;
    6565                } else if (*ptr) {
Note: See TracChangeset for help on using the changeset viewer.