From 20f61d35de081067ce2e31c58c80cd30070ee876 Mon Sep 17 00:00:00 2001 From: Mark Whitley Date: Wed, 14 Mar 2001 17:30:44 +0000 Subject: The patch I previously applied from Brian Webb was 2 lines off. Oops. --- util-linux/mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/mount.c') diff --git a/util-linux/mount.c b/util-linux/mount.c index 58d436964..60509d5f3 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c @@ -440,8 +440,8 @@ extern int mount_main(int argc, char **argv) device = strdup(m->mnt_fsname); directory = strdup(m->mnt_dir); filesystemType = strdup(m->mnt_type); - string_flags = strdup(string_flags); singlemount: + string_flags = strdup(string_flags); rc = EXIT_SUCCESS; #ifdef BB_NFSMOUNT if (strchr(device, ':') != NULL) -- cgit v1.2.3