Project

General

Profile

ยซ Previous | Next ยป 

Revision f9d0bc22

Added by mame (Yusuke Endoh) 10 months ago

Remove a useless check if fd is negative

If slave is negative, neither dup2(slave,0) or close(slave) should
be executed. I believe this check is completely useless.