Wireshark-commits: [Wireshark-commits] master e86af3a: wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIRED
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 14 Jun 2016 18:34:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e86af3a5fc0d236925a818c4f6ce673ed9dcf4ec
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e86af3a by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIRED
    
    Ensure that the member cannot be NULL at initialization, simplifies
    checkCaptureInfo and checkCaptureInfoConst logic.
    
    Change-Id: I2d9caa4a235310569ebbf0b30199dd3df7a4c093
    Reviewed-on: https://code.wireshark.org/review/14791
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f6e223c   wslua: Drop unused "push_code" macro parameter
    adds  e86af3a   wslua: remove FAIL_ON_NULL_MEMBER_OR_EXPIRED


Summary of changes:
 epan/wslua/wslua.h              |    8 --------
 epan/wslua/wslua_capture_info.c |   20 ++++++++++++++++----
 2 files changed, 16 insertions(+), 12 deletions(-)