[SECURITY] getpeersec: Fix build breakage
authorArnaldo Carvalho de Melo <acme@mandriva.com>
Tue, 21 Mar 2006 06:47:37 +0000 (22:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:47:37 +0000 (22:47 -0800)
commitc841aa030437bdf1b6fb22d93eb760e35380a4ed
treef23ec860be9deb035eacc15359549d2808a7ee15
parente35fc385655ac584902edd98dd07ac488e986aa1
[SECURITY] getpeersec: Fix build breakage

A recent changeset removes dummy_socket_getpeersec, replacing it with
two new functions, but still references the removed function in the
security_fixup_ops table, fix it by doing the replacement operation in
the fixup table too.

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
security/dummy.c