From 789cf3b48f88cbfa16e9181411df42253d392fa9 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Fri, 6 Jan 2006 22:59:43 -0800 Subject: [PATCH] --- yaml --- r: 16803 b: refs/heads/master c: ee2e6841b934d76cb944a3390bbea84da777d4fa h: refs/heads/master i: 16801: bfa6ee0d8fd28dc4ef24c23d0c013ac6b5577aa1 16799: 51f8066661bcf1fa81e29dd53e71171e4b865d81 v: v3 --- [refs] | 2 +- trunk/security/selinux/xfrm.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bcb19ef128eb..8261177e5be0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa0e4e4aea8d9e0a559a884336d728f0263063e0 +refs/heads/master: ee2e6841b934d76cb944a3390bbea84da777d4fa diff --git a/trunk/security/selinux/xfrm.c b/trunk/security/selinux/xfrm.c index 5b7776504e4c..b2af7ca496c1 100644 --- a/trunk/security/selinux/xfrm.c +++ b/trunk/security/selinux/xfrm.c @@ -146,7 +146,7 @@ static int selinux_xfrm_sec_ctx_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_us return rc; out: - *ctxp = 0; + *ctxp = NULL; kfree(ctx); return rc; }