summaryrefslogtreecommitdiffstats
path: root/src/connections/ethernet
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2009-10-03 13:35:18 +0200
committerJames Rayner <james@archlinux.org>2009-10-03 13:51:54 +0200
commit8f4bd8e28b4cad92388eb3afdd3860822baa797b (patch)
treec4b302f8e7b244c4a5c5f6688d32f07c4bdfaf41 /src/connections/ethernet
parent57154bd0ee7056e29d4ebe4df12b477d016c95a5 (diff)
downloadnetctl-8f4bd8e28b4cad92388eb3afdd3860822baa797b.tar.gz
netctl-8f4bd8e28b4cad92388eb3afdd3860822baa797b.tar.xz
connections/ethernet: Don't incorrectly return indicating failure
Diffstat (limited to 'src/connections/ethernet')
-rw-r--r--src/connections/ethernet1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connections/ethernet b/src/connections/ethernet
index a0641d0..7265f40 100644
--- a/src/connections/ethernet
+++ b/src/connections/ethernet
@@ -148,6 +148,7 @@ ethernet_down() {
else
bring_interface down "$INTERFACE"
fi
+ return 0
}
# Returns status of profile - is it still functional?