]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netkey/key_debug.c
xnu-6153.41.3.tar.gz
[apple/xnu.git] / bsd / netkey / key_debug.c
index f1be1810444ff21bea28c378935b04ec33f9b6e2..ac3a0cb0c020bd6693f74ac1f4a71e3047a3152a 100644 (file)
@@ -619,8 +619,8 @@ kdebug_secasv(sav)
                printf("\n");
        }
 
-       if (sav->replay != NULL)
-               kdebug_secreplay(sav->replay);
+       if (sav->replay[0] != NULL)
+               kdebug_secreplay(sav->replay[0]);
        if (sav->lft_c != NULL)
                kdebug_sadb_lifetime((struct sadb_ext *)sav->lft_c);
        if (sav->lft_h != NULL)