Wireshark-commits: [Wireshark-commits] master-1.10 ddd64d3: 0 returned from an open routine is not

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 18 Aug 2014 03:34:49 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ddd64d3fc1a3565a7f1cb1422c965bc197bc6610
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

ddd64d3 by Guy Harris (guy@xxxxxxxxxxxx):

    0 returned from an open routine is not an error; don't provide an error.
    
    If we return 0 from an open routine, we should not set err and should
    not return an error message through err_info; it just means "this isn't
    one of our files", which is *NOT* an error.
    
    Change-Id: I0fc97c878e34a5e4072fa5dcbf7506c138753115
    Reviewed-on: https://code.wireshark.org/review/3682
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  77d04d6   [Automatic manuf, services and enterprise-numbers update for 2014-08-17]
    adds  ddd64d3   0 returned from an open routine is not an error; don't provide an error.


Summary of changes:
 wiretap/netscaler.c |    2 --
 1 file changed, 2 deletions(-)