Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rdb_child_exit_pipe incorrect close call (#801)
server.rdb_child_exit_pipe is init in !dual_channel block, so the call here would be close(-1) in !dual_channel way. It will also generate a warning in valgrind: Warning: invalid file descriptor -1 in syscall close() Introduced in #60. Signed-off-by: Binbin <[email protected]>
- Loading branch information