- Update to 3.13 * This is mainly a bugfix release, containing fixes found in 3.12.1 by compiling on different architectures, submitting the build to Coverity Scan, and some analysis of intermittent failures that found a race condition. OBS-URL: https://build.opensuse.org/request/show/355496 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=37
13 lines
320 B
Diff
13 lines
320 B
Diff
Index: nbd-3.13/nbd-client.c
|
|
===================================================================
|
|
--- nbd-3.13.orig/nbd-client.c
|
|
+++ nbd-3.13/nbd-client.c
|
|
@@ -81,6 +81,7 @@ int check_conn(char* devname, int do_pri
|
|
}
|
|
buf[(len < 256) ? len : 255]='\0';
|
|
if(do_print) printf("%s\n", buf);
|
|
+ close(fd);
|
|
return 0;
|
|
}
|
|
|