[systemd-devel] [PATCH] tests: fix test-icmp6-rs

2014-06-19 Thread Ronny Chevalier
Don't close the fd given to sd-icmp6-nd, since it will be aynschonously closed by sd_icmp6_nd_unref --- src/libsystemd-network/test-icmp6-rs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsystemd-network/test-icmp6-rs.c b/src/libsystemd-network/test-icmp6-rs.c index 86e02cc..cd5c476

Re: [systemd-devel] [PATCH] tests: fix test-icmp6-rs

2014-06-19 Thread Lennart Poettering
On Thu, 19.06.14 19:32, Ronny Chevalier (chevalier.ro...@gmail.com) wrote: Looks good! Applied! Thanks! Don't close the fd given to sd-icmp6-nd, since it will be aynschonously closed by sd_icmp6_nd_unref --- src/libsystemd-network/test-icmp6-rs.c | 1 - 1 file changed, 1 deletion(-)