diff options
author | 1999-08-14 10:33:18 +0000 | |
---|---|---|
committer | 1999-08-14 10:33:18 +0000 | |
commit | d721935bba327187085c4e11e1bd60a78226fd6c (patch) | |
tree | d8f413c2e7cfba31dd5f3701410b799c7c9366fd | |
parent | sync (diff) | |
download | wireguard-openbsd-d721935bba327187085c4e11e1bd60a78226fd6c.tar.xz wireguard-openbsd-d721935bba327187085c4e11e1bd60a78226fd6c.zip |
Typo fix.
-rw-r--r-- | sys/net/pfkeyv2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.c b/sys/net/pfkeyv2.c index efbb1a123ff..d527243034b 100644 --- a/sys/net/pfkeyv2.c +++ b/sys/net/pfkeyv2.c @@ -921,7 +921,7 @@ pfkeyv2_send(struct socket *socket, void *message, int len) bzero(&ii, sizeof(struct ipsecinit)); newsa->tdb_satype = ((struct sadb_msg *)headers[0])->sadb_msg_satype; - if ((rval == pfkeyv2_get_proto_alg(newsa->tdb_satype, + if ((rval = pfkeyv2_get_proto_alg(newsa->tdb_satype, &newsa->tdb_sproto, &alg))) goto splxret; |