Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91706
b: refs/heads/master
c: 7b6b239
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Apr 21, 2008
1 parent 0b0f23a commit e7c74ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c544c028e45feceeb48b629456d0eb43adc8eaaf
refs/heads/master: 7b6b239c805ab372145c8a43ffa25529923d2658
2 changes: 1 addition & 1 deletion trunk/security/selinux/netnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit e7c74ec

Please sign in to comment.