cygwin: Remove comparison of 'this' to 'NULL' in _pinfo::pipe_fhandler
Fix all callers.
This commit is contained in:
parent
d1ea8f4a46
commit
56f23a5107
@ -819,7 +819,7 @@ out:
|
|||||||
fhandler_pipe *
|
fhandler_pipe *
|
||||||
_pinfo::pipe_fhandler (int64_t unique_id, size_t &n)
|
_pinfo::pipe_fhandler (int64_t unique_id, size_t &n)
|
||||||
{
|
{
|
||||||
if (!this || !pid)
|
if (!pid)
|
||||||
return NULL;
|
return NULL;
|
||||||
if (pid == myself->pid)
|
if (pid == myself->pid)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user