Wireshark-commits: [Wireshark-commits] master dfc26ac: Fix compilation without plugins:

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 25 Feb 2017 13:38:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dfc26accc0672e2d2e287ef51adba04b32340de6
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dfc26ac by Jakub Zawadzki (darkjames-ws@xxxxxxxxxxxx):

    Fix compilation without plugins:
    
    filesystem.c: In function ‘free_progdirs’:
    filesystem.c:2209:12: error: ‘plugin_dir’ undeclared (first use in this function)
         g_free(plugin_dir);
    
    Change-Id: Ib52b86d41be79b8ed7e42f5fdfaddcae6b0ca5c8
    Reviewed-on: https://code.wireshark.org/review/20270
    Petri-Dish: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  7227728   Convert a few more dissectors to use wmem_hash instead of GHashtable.
    adds  dfc26ac   Fix compilation without plugins:


Summary of changes:
 wsutil/filesystem.c |    2 ++
 1 file changed, 2 insertions(+)