cifs/parse-cifsroot.sh: do not unset netroot, we need it
authorHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 09:54:24 +0000 (11:54 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 27 Jul 2012 09:54:24 +0000 (11:54 +0200)
modules.d/95cifs/parse-cifsroot.sh

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