Skip to content

Commit

Permalink
Remove socket deletion from epoll
Browse files Browse the repository at this point in the history
  • Loading branch information
albertomn86 authored and vikman90 committed Jun 17, 2019
1 parent 0e616d9 commit d7b56dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/remoted/secure.c
Expand Up @@ -202,10 +202,6 @@ void HandleSecure()
// Fallthrough

case 0:
if (wnotify_delete(notify, sock_client) < 0) {
merror("wnotify_delete(%d): %s (%d)", sock_client, strerror(errno), errno);
}

_close_sock(&keys, sock_client);
continue;

Expand Down

0 comments on commit d7b56dc

Please sign in to comment.