diff options
Diffstat (limited to 'net/compat.c')
-rw-r--r-- | net/compat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/compat.c b/net/compat.c index 14459a87fdbc..c62284c74d4c 100644 --- a/net/compat.c +++ b/net/compat.c @@ -284,7 +284,6 @@ void scm_detach_fds_compat(struct msghdr *kmsg, struct scm_cookie *scm) break; } /* Bump the usage count and install the file. */ - __receive_sock(fp[i]); fd_install(new_fd, get_file(fp[i])); } |