cifs/parse-cifsroot.sh: do not unset netroot, we need it

This commit is contained in:
Harald Hoyer 2012-07-27 11:54:24 +02:00
parent fc6b272f41
commit 82b1739dce

View File

@ -35,7 +35,7 @@ fi
# Continue if cifs
case "${netroot%%:*}" in
cifs);;
*) unset netroot; return;;
*) return;;
esac
# Check required arguments