Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

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

    r222 r223  
    312312****************************************************************/
    313313
    314 #define RETURN_ON_FALSE(x) if (!x) return false;
     314#define RETURN_ON_FALSE(x) if (!(x)) return false;
    315315
    316316static bool check_cldap_reply_required_flags(uint32_t ret_flags,
Note: See TracChangeset for help on using the changeset viewer.