11 lines
382 B
Diff
11 lines
382 B
Diff
|
Index: mbtools-2014-10-29/tests/unit-test-server.c
|
||
|
===================================================================
|
||
|
--- mbtools-2014-10-29.orig/tests/unit-test-server.c
|
||
|
+++ mbtools-2014-10-29/tests/unit-test-server.c
|
||
|
@@ -117,4 +117,5 @@ int main(int argc, char *argv[])
|
||
|
}
|
||
|
printf("Quit the loop: %s\n", modbus_strerror(errno));
|
||
|
signal_handler(0);
|
||
|
+ return 0;
|
||
|
}
|