]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/libsystemd-network/test-ndisc-rs.c
tree-wide: "unparseable" → "unparsable"
[thirdparty/systemd.git] / src / libsystemd-network / test-ndisc-rs.c
index caf94d10f8799f0019ec93118ed7ba1e4d3e3ae9..9fc902645c8a9aedb77208de61e874f7beb36940 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <netinet/icmp6.h>
 #include <arpa/inet.h>
+#include <unistd.h>
 
 #include "sd-ndisc.h"
 
@@ -296,6 +297,7 @@ static void test_rs(void) {
 
         assert_se(sd_ndisc_stop(nd) >= 0);
         assert_se(sd_ndisc_start(nd) >= 0);
+        assert_se(sd_ndisc_start(nd) >= 0);
         assert_se(sd_ndisc_stop(nd) >= 0);
 
         assert_se(sd_ndisc_start(nd) >= 0);