aboutsummaryrefslogtreecommitdiff
path: root/utils/mbtools/patches/100-fix-unit-test-server-return-value.patch
blob: eb89881b06feb66bc7b6b36a9e3e169212ee9390 (plain)
1
2
3
4
5
6
7
8
--- a/tests/unit-test-server.c
+++ b/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;
 }