Accepting request 99354 from home:tabraham1:branches:network:utilities

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
This commit is contained in:
2012-01-08 11:31:13 +00:00
committed by Git OBS Bridge
parent 9ac86abae2
commit 25736191a7
9 changed files with 79 additions and 66 deletions

10
nbd-2.9.25-close.diff Normal file
View File

@@ -0,0 +1,10 @@
--- 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;
}