Wireshark-commits: [Wireshark-commits] master 71f8674: ipsec: fix build with old 32-bit glib header

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 1 Sep 2016 08:22:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=71f867490d28c5b66494a81dca775f2a47995ecb
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

71f8674 by Peter Wu (peter@xxxxxxxxxxxxx):

    ipsec: fix build with old 32-bit glib headers
    
    In commit v2.3.0rc0-121-gb6d13ef, GUINT_TO_POINTER(ah_nxt) was added,
    but on 32-bit glib before 2.31.2 this results in a type error. Change
    the type of ah_nxt since all its users take a guint anyway.
    
    Change-Id: I2fb030f79011b8a7159a0b0df26d3545b0ce3c06
    Reviewed-on: https://code.wireshark.org/review/17419
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  e3c3d7a   gtk: fix 32-bit build
    adds  71f8674   ipsec: fix build with old 32-bit glib headers


Summary of changes:
 epan/dissectors/packet-ipsec.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)