]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/policy.c
ipsec-92.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / policy.c
index d553d267475e6198af33e772ba0a089e130f0ca2..82d698155b5770ba5f2f90ccdbfbcc5c133ca274 100644 (file)
@@ -383,7 +383,7 @@ inssp(new)
        }
        if (p == NULL)
 #endif
-               TAILQ_INSERT_TAIL(&sptree, new, chain);
+               TAILQ_INSERT_HEAD(&sptree, new, chain);
 
        check_auto_exit();
        return;