Changeset 597 for vendor/current/source3/winbindd/winbindd_cache.c
- Timestamp:
- Jul 2, 2011, 4:01:14 PM (14 years ago)
- File:
-
- 1 edited
-
vendor/current/source3/winbindd/winbindd_cache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/winbindd/winbindd_cache.c
r414 r597 247 247 smb_panic_fn("centry_uint16"); 248 248 } 249 ret = CVAL(centry->data, centry->ofs);249 ret = VAL(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 SVAL(centry->data, centry->ofs, v); 761 761 centry->ofs += 2; 762 762 }
Note:
See TracChangeset
for help on using the changeset viewer.
