Wireshark-commits: [Wireshark-commits] master bc13e83: Don't cast away constness for the key in g_h

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 28 Dec 2015 22:25:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bc13e834cc681c6a01a39d25b125a23950139296
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

bc13e83 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't cast away constness for the key in g_hash_table_lookup().
    
    Change-Id: Ibd5cf8947028d90a734de629e3c4202af9d0514b
    Reviewed-on: https://code.wireshark.org/review/12887
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  c2b7743   Eliminate more unnecessary casting away of constness.
    adds  bc13e83   Don't cast away constness for the key in g_hash_table_lookup().


Summary of changes:
 asn1/p1/packet-p1-template.c |    2 +-
 epan/dissectors/packet-p1.c  |    2 +-
 epan/packet.c                |    4 ++--
 epan/proto.c                 |    8 ++++----
 epan/wslua/wslua_pinfo.c     |    2 +-
 5 files changed, 9 insertions(+), 9 deletions(-)