Ignore:
Timestamp:
Jan 26, 2012, 5:30:13 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba Client 2.1: Fix .wis template, do not use WiRexxPutEnv()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/client-2.1/src/resources/ndpsmb.tpl

    r684 r685  
    3131    end
    3232    if (search_path \= '') then do
    33       rc = WirexxPutEnv('CHKREQ_SEARCH_PATH', search_path)
     33      ok = value('CHKREQ_SEARCH_PATH', search_path, 'OS2ENVIRONMENT')
    3434      real_file = SysSearchPath('CHKREQ_SEARCH_PATH', name)
     35      ok = value('CHKREQ_SEARCH_PATH', '', 'OS2ENVIRONMENT')
    3536    end
    3637    else real_file = ""
Note: See TracChangeset for help on using the changeset viewer.