Show More
@@ -289,6 +289,7 b' static void execcmdserver(const struct c' | |||||
289 | continue; |
|
289 | continue; | |
290 | } |
|
290 | } | |
291 | if (fd_value > STDERR_FILENO) { |
|
291 | if (fd_value > STDERR_FILENO) { | |
|
292 | debugmsg("closing fd %ld", fd_value); | |||
292 | int res = close(fd_value); |
|
293 | int res = close(fd_value); | |
293 | if (res) { |
|
294 | if (res) { | |
294 | debugmsg("tried to close fd %ld: %d " |
|
295 | debugmsg("tried to close fd %ld: %d " |
General Comments 0
You need to be logged in to leave comments.
Login now