Wireshark-commits: [Wireshark-commits] master-3.0 c9bfeb2: randpktdump: Initialize print error hand

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Sep 2019 01:21:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c9bfeb2a3b74125d4b3f904045595f3b4652a166
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

c9bfeb2 by Tomasz Moń (desowin@xxxxxxxxx):

    randpktdump: Initialize print error handler
    
    When there is a problem with output pipe, randpktdump will call
    cfile_write_failure_message() which in turn calls cmdarg_err() which
    calls print_err. Call cmdarg_err_init() so print_err is not NULL.
    
    Change-Id: Ie459596a473c83204e9aa1d48bb2d2d3717b340a
    Reviewed-on: https://code.wireshark.org/review/34495
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 4853fb93b2e64a882f233cd91743976075faf6da)
    Reviewed-on: https://code.wireshark.org/review/34525
    Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9541420   SNMP: handle Net-SNMP Engine Id of 12 octets
     add  c9bfeb2   randpktdump: Initialize print error handler


Summary of changes:
 extcap/randpktdump.c | 8 ++++++++
 1 file changed, 8 insertions(+)