Andreas Stieger
25736191a7
update to 2.9.25 OBS-URL: https://build.opensuse.org/request/show/99354 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=15
11 lines
262 B
Diff
11 lines
262 B
Diff
--- nbd-2.9.25/nbd-client.c.orig 2012-01-05 15:40:31.962826124 -0500
|
|
+++ nbd-2.9.25/nbd-client.c 2012-01-05 15:40:53.627555277 -0500
|
|
@@ -70,6 +70,7 @@
|
|
len=read(fd, buf, 256);
|
|
buf[len-1]='\0';
|
|
if(do_print) printf("%s\n", buf);
|
|
+ close(fd);
|
|
return 0;
|
|
}
|
|
|