Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

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

    r232 r233  
    440440****************************************************************/
    441441
    442 #define RETURN_ON_FALSE(x) if (!x) return false;
     442#define RETURN_ON_FALSE(x) if (!(x)) return false;
    443443
    444444static bool check_cldap_reply_required_flags(uint32_t ret_flags,
Note: See TracChangeset for help on using the changeset viewer.