diff --git a/[refs] b/[refs] index 479fa2e66a67..977f8fd5441f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c544c028e45feceeb48b629456d0eb43adc8eaaf +refs/heads/master: 7b6b239c805ab372145c8a43ffa25529923d2658 diff --git a/trunk/security/selinux/netnode.c b/trunk/security/selinux/netnode.c index f3c526f2cacb..2edc4c5e0c61 100644 --- a/trunk/security/selinux/netnode.c +++ b/trunk/security/selinux/netnode.c @@ -344,7 +344,7 @@ static __init int sel_netnode_init(void) INIT_LIST_HEAD(&sel_netnode_hash[iter]); ret = avc_add_callback(sel_netnode_avc_callback, AVC_CALLBACK_RESET, - SECSID_NULL, SECSID_NULL, SECCLASS_NULL, 0); + SECSID_NULL, SECSID_NULL, SECCLASS_NULL, 0); if (ret != 0) panic("avc_add_callback() failed, error %d\n", ret);