- Cleanup spec-file with spec-cleaner - Do not generate config.example from README * add config.example as source - Add unit file (nbd-server.service) - Add sysconfig template (nbd-server.sysconfig) - Add no-return-nonvoid.patch - Update requirements - Update to 3.9 OBS-URL: https://build.opensuse.org/request/show/289785 OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=27
13 lines
316 B
Diff
13 lines
316 B
Diff
Index: nbd-3.9/nbd-server.c
|
|
===================================================================
|
|
--- nbd-3.9.orig/nbd-server.c
|
|
+++ nbd-3.9/nbd-server.c
|
|
@@ -1595,6 +1595,7 @@ CLIENT* negotiate(int net, CLIENT *clien
|
|
err("Negotiation failed/12: %m");
|
|
return NULL;
|
|
}
|
|
+ return NULL;
|
|
}
|
|
|
|
/** sending macro. */
|