Changeset 599 for trunk/server/source3/winbindd/winbindd_cache.c
- Timestamp:
- Jul 6, 2011, 8:21:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/winbindd/winbindd_cache.c
r414 r599 247 247 smb_panic_fn("centry_uint16"); 248 248 } 249 ret = CVAL(centry->data, centry->ofs);249 ret = SVAL(centry->data, centry->ofs); 250 250 centry->ofs += 2; 251 251 return ret; … … 758 758 { 759 759 centry_expand(centry, 2); 760 S IVAL(centry->data, centry->ofs, v);760 SSVAL(centry->data, centry->ofs, v); 761 761 centry->ofs += 2; 762 762 }
Note:
See TracChangeset
for help on using the changeset viewer.