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

Commits:

8727e9c 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>
    (cherry picked from commit 3ba8a28f50ac695233c711c392aed33d9dd398bf)
    Reviewed-on: https://code.wireshark.org/review/17127
    

Actions performed:

    from  5a54ca7   RPM: distribute the wireshark.pc file.
    adds  8727e9c   Just return the value of yyparse() from run_ascend_parser().


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