Changeset 450 for branches/guitools-2.0/shared/rxrpclib.vrs
- Timestamp:
- Apr 26, 2010, 4:51:52 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/guitools-2.0/shared/rxrpclib.vrs
r405 r450 344 344 leave 345 345 end 346 if pos("TDB(", translate(rpcline)) > 0 then do 347 Failure = 1 348 /* provide a fake NT_STATUS */ 349 rpcline = 'NT_STATUS_TDBERROR 'rpcline 350 leave 351 end 352 346 353 parse var rpcline token ':' tvalue 347 354 token = translate(strip(strip(translate(token),'L','09'x)),'_',' ')
Note:
See TracChangeset
for help on using the changeset viewer.