If we goto singlemount, do _not_ try to continue through the loop we jumped
authorRob Landley <rob@landley.net>
Sun, 14 Aug 2005 19:26:14 +0000 (19:26 -0000)
committerRob Landley <rob@landley.net>
Sun, 14 Aug 2005 19:26:14 +0000 (19:26 -0000)
commitde5fd23f25653b0bb240e7c3a32abcc9bf2997d2
tree74738eb7c8a2a39a0b0d431337cdaa2fb5e582a7
parent23246f39ed19b6951c48396e239c11cef073f142
If we goto singlemount, do _not_ try to continue through the loop we jumped
into.  (That means "mount -t ext2 /dev/thingy thingy" would segfault if
it failed instead of giving us an error message.)
util-linux/mount.c