Wireshark-commits: [Wireshark-commits] master 3ba8a28: Just return the value of yyparse() from run_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 18 Aug 2016 01:35:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ba8a28f50ac695233c711c392aed33d9dd398bf
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3ba8a28 by Guy Harris (guy@xxxxxxxxxxxx):

    Just return the value of yyparse() from run_ascend_parser().
    
    That's what we're doing already, but get rid of the variable to which we
    assigned the return value.
    
    Change-Id: I55e31664bc26bbfffe4a4ca764c917eefbb9a8f1
    Reviewed-on: https://code.wireshark.org/review/17126
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f17ba6b   Add a script to validate the Diameter dictionary XML.
    adds  3ba8a28   Just return the value of yyparse() from run_ascend_parser().


Summary of changes:
 wiretap/ascend.y |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)