100-fix-unit-test-server-return-value.patch 382 B

12345678910
  1. Index: mbtools-2014-10-29/tests/unit-test-server.c
  2. ===================================================================
  3. --- mbtools-2014-10-29.orig/tests/unit-test-server.c
  4. +++ mbtools-2014-10-29/tests/unit-test-server.c
  5. @@ -117,4 +117,5 @@ int main(int argc, char *argv[])
  6. }
  7. printf("Quit the loop: %s\n", modbus_strerror(errno));
  8. signal_handler(0);
  9. + return 0;
  10. }