dd: code shrink
[oweals/busybox.git] / util-linux / mount.c
index deedd17da465ee71cbc935ae0f5435600c9d75ee..62fd41fd75a1de05c6e92e7eac153295061207e0 100644 (file)
@@ -1856,8 +1856,8 @@ static int singlemount(struct mntent *mp, int ignore_busy)
                                len, share,
                                share + len + 1  /* "dir1/dir2" */
                        );
-                       parse_mount_options(unc, &filteropts);
-                       if (ENABLE_FEATURE_CLEAN_UP) free(unc);
+                       parse_mount_options(unc, &filteropts);
+                       if (ENABLE_FEATURE_CLEAN_UP) free(unc);
                }
 
                lsa = host2sockaddr(hostname, 0);