Show More
@@ -283,13 +283,17 b' static void execcmdserver(const struct c' | |||||
283 | continue; |
|
283 | continue; | |
284 | } |
|
284 | } | |
285 | if (errno == ERANGE) { |
|
285 | if (errno == ERANGE) { | |
286 |
debugmsg("tried to parse %s, but range error |
|
286 | debugmsg("tried to parse %s, but range error " | |
|
287 | "occurred", | |||
|
288 | de->d_name); | |||
287 | continue; |
|
289 | continue; | |
288 | } |
|
290 | } | |
289 | if (fd_value > STDERR_FILENO) { |
|
291 | if (fd_value > STDERR_FILENO) { | |
290 | int res = close(fd_value); |
|
292 | int res = close(fd_value); | |
291 | if (res) { |
|
293 | if (res) { | |
292 |
debugmsg("tried to close fd %ld: %d |
|
294 | debugmsg("tried to close fd %ld: %d " | |
|
295 | "(errno: %d)", | |||
|
296 | fd_value, res, errno); | |||
293 | } |
|
297 | } | |
294 | } |
|
298 | } | |
295 | } |
|
299 | } |
General Comments 0
You need to be logged in to leave comments.
Login now