Show More
@@ -252,7 +252,8 b' static hgclient_t *retryconnectcmdserver' | |||
|
252 | 252 | |
|
253 | 253 | cleanup: |
|
254 | 254 | if (WIFEXITED(pst)) { |
|
255 |
|
|
|
255 | debugmsg("cmdserver exited with status %d", WEXITSTATUS(pst)); | |
|
256 | exit(WEXITSTATUS(pst)); | |
|
256 | 257 | } else if (WIFSIGNALED(pst)) { |
|
257 | 258 | abortmsg("cmdserver killed by signal %d", WTERMSIG(pst)); |
|
258 | 259 | } else { |
General Comments 0
You need to be logged in to leave comments.
Login now