- Update to 3.10 * There really is only one change since 3.9: drop of the "oldstyle" support from nbd-server and nbd-client. OBS-URL: https://build.opensuse.org/request/show/297766 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=29
13 lines
348 B
Diff
13 lines
348 B
Diff
Index: nbd-3.10/nbd-server.c
|
|
===================================================================
|
|
--- nbd-3.10.orig/nbd-server.c
|
|
+++ nbd-3.10/nbd-server.c
|
|
@@ -1525,6 +1525,7 @@ CLIENT* negotiate(int net, GArray* serve
|
|
err_nonfatal("Session terminated by client");
|
|
return NULL;
|
|
}
|
|
+ return NULL;
|
|
}
|
|
|
|
void send_export_info(CLIENT* client) {
|