Wireshark-commits: [Wireshark-commits] master-3.0 5ce7ea0: Win32: Fix a return value check.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 03 Oct 2019 20:56:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5ce7ea066918af7035671b85c60bfe22f542c100
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark

Commits:

5ce7ea0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Win32: Fix a return value check.
    
    CreateNamedPipe returns INVALID_HANDLE_VALUE on failure.
    
    Change-Id: I79ad5144e084520db8197b69c4ad34431d183009
    Reviewed-on: https://code.wireshark.org/review/34704
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 6e3735d7d0cf3ef0c83d2131c980560e89abdd88)
    Reviewed-on: https://code.wireshark.org/review/34706
    

Actions performed:

    from  c61ab11   btl2cap: Improve CoC request/response matching
     add  5ce7ea0   Win32: Fix a return value check.


Summary of changes:
 wsutil/ws_pipe.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)