summaryrefslogtreecommitdiffstats
path: root/freebsd/lib/libipsec/pfkey.c
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/lib/libipsec/pfkey.c')
-rw-r--r--freebsd/lib/libipsec/pfkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/lib/libipsec/pfkey.c b/freebsd/lib/libipsec/pfkey.c
index c8ebfbf5..abb0cee1 100644
--- a/freebsd/lib/libipsec/pfkey.c
+++ b/freebsd/lib/libipsec/pfkey.c
@@ -1647,7 +1647,7 @@ pfkey_recv(so)
/* read real message */
reallen = PFKEY_UNUNIT64(buf.sadb_msg_len);
- if ((newmsg = CALLOC(reallen, struct sadb_msg *)) == 0) {
+ if ((newmsg = CALLOC(reallen, struct sadb_msg *)) == NULL) {
__ipsec_set_strerror(strerror(errno));
return NULL;
}