Ignore:
Timestamp:
Nov 14, 2013, 4:49:48 PM (12 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update Samba core to 3.5.22

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.5.x/source3/lib/util_tdb.c

    r414 r832  
    223223        va_list ap;
    224224        size_t len1, len2;
    225 
     225       
    226226        va_start(ap, fmt);
    227227        len1 = tdb_pack_va(NULL, 0, fmt, ap);
     
    635635{
    636636        int ret;
     637       
    637638        if (t1.dptr == NULL && t2.dptr != NULL) {
    638639                return -1;
Note: See TracChangeset for help on using the changeset viewer.