From cacace806c960f80a7089e379a7d8549eb8be32a Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 14 Aug 2009 15:04:44 -0400 Subject: Don't call a function that doesn't actually do anything. --- sysconfig/network-scripts/init.ipv6-global | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sysconfig/network-scripts/init.ipv6-global') diff --git a/sysconfig/network-scripts/init.ipv6-global b/sysconfig/network-scripts/init.ipv6-global index 8f402022..0627dfae 100755 --- a/sysconfig/network-scripts/init.ipv6-global +++ b/sysconfig/network-scripts/init.ipv6-global @@ -123,10 +123,6 @@ case $ACTION in stop) case $POSITION in pre) - # IPv6 test, no module loaded, exit if system is not IPv6-ready - ipv6_test testonly || exit 0 - - ;; post) -- cgit v1.2.1