]> git.saurik.com Git - apple/network_cmds.git/blobdiff - rtadvd.tproj/config.c
network_cmds-480.tar.gz
[apple/network_cmds.git] / rtadvd.tproj / config.c
index ac25640db4b190f9f6dcb189a0a02b058ff9fc53..b4bd8afce94d0c38dd5941d6987566d77b40eaa6 100644 (file)
@@ -967,6 +967,7 @@ invalidate_prefix(struct prefix *prefix)
                syslog(LOG_ERR, "<%s> failed to add a timer for a prefix. "
                    "remove the prefix", __func__);
                delete_prefix(prefix);
+               return;
        }
        timo.tv_sec = prefix_timo;
        timo.tv_usec = 0;