Files
systemd/src
Thomas Hindoe Paaboel Andersen 6f53e671aa util: avoid double close of fd
We could end with a double close if we close the fd loop and flush_fd
fails. That would make us goto fail and there we close the fd once
again. This patch sets the fd to the return value for safe_close: -1
A fd with negative value will be ignored by the next call to
safe_close.

CID#996223
2014-10-09 00:19:57 +02:00
..
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-10-03 16:07:14 +02:00
2014-09-25 16:39:18 +02:00
2014-09-25 18:16:04 +02:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-06-21 16:25:15 +02:00
2014-08-03 21:46:07 -04:00
2014-08-03 21:46:07 -04:00
2014-09-25 16:39:18 +02:00
2014-09-19 00:15:39 +02:00
2014-09-19 00:15:39 +02:00
2014-09-15 17:02:25 +02:00
2014-10-09 00:19:57 +02:00
2014-08-03 21:46:07 -04:00
2014-10-01 23:25:50 +02:00
2014-10-04 23:55:35 +02:00
2014-09-30 21:27:54 +02:00