libdpkg: Fix fd_fd_filter to execute the filter on the child
There was a logic error in the pid check, and the filter code was being
executed in the parent instead of the child.
Regression introduced in commit 269bbee973c46e1be0aaef82cb7e19bbc9a95aa7.
Reported-by: Sven Joachim <svenjoac@gmx.de>