Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/librpc/ndr/ndr.c

    r740 r746  
    381381                (*pflags) &= ~LIBNDR_FLAG_NDR64;
    382382        }
    383         if (new_flags & LIBNDR_FLAG_REMAINING) {
     383        if (new_flags & LIBNDR_ALIGN_FLAGS) {
     384                /* Ensure we only have the passed-in
     385                   align flag set in the new_flags,
     386                   remove any old align flag. */
    384387                (*pflags) &= ~LIBNDR_ALIGN_FLAGS;
    385         }
    386         if (new_flags & LIBNDR_ALIGN_FLAGS) {
    387                 (*pflags) &= ~LIBNDR_FLAG_REMAINING;
    388388        }
    389389        if (new_flags & LIBNDR_FLAG_NO_RELATIVE_REVERSE) {
Note: See TracChangeset for help on using the changeset viewer.