diff --git a/contrib/helper.c b/contrib/helper.c index 6fff27e..9ead4e9 100644 --- a/contrib/helper.c +++ b/contrib/helper.c @@ -69,12 +69,6 @@ int main(int argc, char **argv) return 1; } - if (bind(fd, (struct sockaddr *)&sa, sizeof(sa)) == -1) { - perror("bind"); - close(fd); - return 1; - } - if (sendmsg(fd, &hdr, 0) == -1) { perror("sendmsg"); close(fd);