* mount.cc (do_mount): Don't exit, just return.

This commit is contained in:
Corinna Vinschen 2009-08-09 14:13:53 +00:00
parent e7bf6b883d
commit 29222c4d6a
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2009-08-09 Corinna Vinschen <corinna@vinschen.de>
* mount.cc (do_mount): Don't exit, just return.
2009-07-23 Corinna Vinschen <corinna@vinschen.de>
* cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" to

View File

@ -109,8 +109,6 @@ do_mount (const char *dev, const char *where, int flags)
if (mount (dev, where, flags))
error (where);
exit (0);
}
static void