d82fa9e84e
Accepted submit request 62796 from user sax2 OBS-URL: https://build.opensuse.org/request/show/62796 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nbd?expand=0&rev=15
11 lines
258 B
Diff
11 lines
258 B
Diff
--- nbd-2.9.20/nbd-client.c 2009-08-05 11:52:04.000000000 +0200
|
|
+++ nbd-2.9.20/nbd-client.c 2009-08-05 11:54:20.000000000 +0200
|
|
@@ -62,6 +62,7 @@
|
|
len=read(fd, buf, 256);
|
|
buf[len-1]='\0';
|
|
if(do_print) printf("%s\n", buf);
|
|
+ close (fd);
|
|
return 0;
|
|
}
|
|
|