summaryrefslogtreecommitdiffstats
path: root/utils/mbtools/patches/100-fix-unit-test-server-return-value.patch
blob: 1ad7c123ac429ebe7beed5523aa06a3b603d649b (plain)
1
2
3
4
5
6
7
8
9
10
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;
 }