chiark / gitweb /
fstab-generator: avoid mangling of mount source string
[elogind.git] / src / fstab-generator / fstab-generator.c
index 8419a0c5b45a8e0c1e975847dc120a6d06e4211c..d9ba3e32e2a9475e54304508948a2f01af6d6fc9 100644 (file)
@@ -470,9 +470,6 @@ static int parse_fstab(void) {
                         goto finish;
                 }
 
                         goto finish;
                 }
 
-                if (is_path(what))
-                        path_kill_slashes(what);
-
                 if (is_path(where))
                         path_kill_slashes(where);
 
                 if (is_path(where))
                         path_kill_slashes(where);