nbd/no-return-nonvoid.patch
Vítězslav Čížek bd9f213808 Accepting request 297766 from home:pluskalm:branches:network:utilities
- 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
2015-04-18 10:03:34 +00:00

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) {