Changeset 745 for trunk/server/source4/torture/smbiconv.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/torture/smbiconv.c
r414 r745 206 206 } 207 207 208 cd = smb_iconv_open_ex(tctx, to, from, lp _parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true));208 cd = smb_iconv_open_ex(tctx, to, from, lpcfg_parm_bool(tctx->lp_ctx, NULL, "iconv", "native", true)); 209 209 if((int)cd == -1) { 210 210 DEBUG(0,("unable to find from or to encoding, exiting...\n"));
Note:
See TracChangeset
for help on using the changeset viewer.