Ignore:
Timestamp:
Jul 6, 2011, 8:21:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/winbindd/winbindd_cache.c

    r414 r599  
    247247                smb_panic_fn("centry_uint16");
    248248        }
    249         ret = CVAL(centry->data, centry->ofs);
     249        ret = SVAL(centry->data, centry->ofs);
    250250        centry->ofs += 2;
    251251        return ret;
     
    758758{
    759759        centry_expand(centry, 2);
    760         SIVAL(centry->data, centry->ofs, v);
     760        SSVAL(centry->data, centry->ofs, v);
    761761        centry->ofs += 2;
    762762}
Note: See TracChangeset for help on using the changeset viewer.