summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRémy Oudompheng <remy@archlinux.org>2011-06-11 23:38:51 +0200
committerRémy Oudompheng <remy@archlinux.org>2011-06-11 23:38:51 +0200
commit1f5183b895aa50a2761fd4d996e15a29f85455fc (patch)
treefe4c212a8530a1b911596ebf809b88c871f6de2d /src
parent757e5d909c9f41a653ee6d3a6b21da2aa6ea766d (diff)
downloadnetctl-1f5183b895aa50a2761fd4d996e15a29f85455fc.tar.gz
netctl-1f5183b895aa50a2761fd4d996e15a29f85455fc.tar.xz
802&x: fix a syntax error
Signed-off-by: Rémy Oudompheng <remy@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/8021x1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/8021x b/src/8021x
index 83952d6..d5756a2 100644
--- a/src/8021x
+++ b/src/8021x
@@ -91,6 +91,7 @@ make_wpa_config() {
else
echo "wep_key0=$KEY"
fi
+ ;;
none|none-old)
echo "key_mgmt=NONE"
;;