You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
382 B

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;
}