--- linux-2.6.20.oorig/net/ipsec/pfkey_v2.c 2007-02-15 12:30:41.000000000 +0100 | |
+++ linux-2.6.20/net/ipsec/pfkey_v2.c 2007-02-15 13:37:22.000000000 +0100 | |
@@ -1503,7 +1503,7 @@ pfkey_cleanup(void) | |
printk(KERN_INFO "klips_info:pfkey_cleanup: " | |
"shutting down PF_KEY domain sockets.\n"); | |
- error |= sock_unregister(PF_KEY); | |
+ sock_unregister(PF_KEY); | |
error |= supported_remove_all(SADB_SATYPE_AH); | |
error |= supported_remove_all(SADB_SATYPE_ESP); |