Wireshark-commits: [Wireshark-commits] master-2.4 b7775ad: Revert "Add routines to load Lua program

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Dec 2018 16:17:38 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b7775ad502346b4aa6b152f7a29d1510b7fecd1b
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark

Commits:

b7775ad by Peter Wu (peter@xxxxxxxxxxxxx):

    Revert "Add routines to load Lua programs that assume the path is UTF-8 on Windows."
    
    This reverts commit 5953756305388724545f0df46d286be2f02c048a.
    
    The public API should not be polluted with Windows-specific hacks. As we
    already override dofile/loadfile, those should be fixed instead.
    
    Ping-Bug: 15118
    Change-Id: Ia9d5e64e8ef14032f982f695ffd4cac59067bb17
    Reviewed-on: https://code.wireshark.org/review/31134
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 07cfef9e5a9424c22281df1a7dda4e283c0b7ddc)
    Reviewed-on: https://code.wireshark.org/review/31263
    

Actions performed:

    from  44f7182   [Automatic update for 2018-12-30]
     add  b7775ad   Revert "Add routines to load Lua programs that assume the path is UTF-8 on Windows."


Summary of changes:
 epan/wslua/template-init.lua |   6 +-
 epan/wslua/wslua_util.c      | 167 -------------------------------------------
 2 files changed, 2 insertions(+), 171 deletions(-)