Closed the file before returning from do_send function. --- tools/rctest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/rctest.c b/tools/rctest.c index bdc1eb5..a289368 100644 --- a/tools/rctest.c +++ b/tools/rctest.c @@ -559,6 +559,7 @@ static void do_send(int sk) } len = read(fd, buf, data_size); send(sk, buf, len, 0); + close(fd); return; } else { for (i = 6; i < data_size; i++) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html