summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/socket_wrapper.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/socket_wrapper.c b/src/socket_wrapper.c
index e944a3b..b11e4a9 100644
--- a/src/socket_wrapper.c
+++ b/src/socket_wrapper.c
@@ -2458,10 +2458,7 @@ static int swrap_socket(int family, int type, int protocol)
}
/* Check if we have a stale fd and remove it */
- si = find_socket_info(fd);
- if (si != NULL) {
- swrap_remove_stale(fd);
- }
+ swrap_remove_stale(fd);
si = (struct socket_info *)calloc(1, sizeof(struct socket_info));
if (si == NULL) {