[Openswan dev]
patch for issue id 0000563: Error when unload ipsec.ko module
"rmmod ipsec"
Ankit Desai
ankit at elitecore.com
Fri Feb 10 16:09:45 CET 2006
sorry for wrong original file name in previous mail..
<---snip--->
--- ipsec_proc.c.org Fri Feb 10 16:00:46 2006
+++ ipsec_proc.c Fri Feb 10 14:10:42 2006
@@ -988,7 +988,7 @@
do {
remove_proc_entry(it->name, *it->parent);
it--;
- } while(it > proc_items);
+ } while(it >= proc_items);
}
<---snip--->
-- Ankit Desai
More information about the Dev
mailing list