Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22303
b: refs/heads/master
c: c841aa0
h: refs/heads/master
i:
  22301: abc316c
  22299: 9d1f10f
  22295: 2598192
  22287: 5ebd1d9
  22271: bf70158
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and David S. Miller committed Mar 21, 2006
1 parent ecb6c15 commit 89b33c7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e35fc385655ac584902edd98dd07ac488e986aa1
refs/heads/master: c841aa030437bdf1b6fb22d93eb760e35380a4ed
3 changes: 2 additions & 1 deletion trunk/security/dummy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,8 @@ void security_fixup_ops (struct security_operations *ops)
set_to_dummy_if_null(ops, socket_getsockopt);
set_to_dummy_if_null(ops, socket_shutdown);
set_to_dummy_if_null(ops, socket_sock_rcv_skb);
set_to_dummy_if_null(ops, socket_getpeersec);
set_to_dummy_if_null(ops, socket_getpeersec_stream);
set_to_dummy_if_null(ops, socket_getpeersec_dgram);
set_to_dummy_if_null(ops, sk_alloc_security);
set_to_dummy_if_null(ops, sk_free_security);
set_to_dummy_if_null(ops, sk_getsid);
Expand Down

0 comments on commit 89b33c7

Please sign in to comment.