* mount.cc (do_mount): Don't exit, just return.
This commit is contained in:
@@ -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>
|
2009-07-23 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" to
|
* cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" to
|
||||||
|
@@ -109,8 +109,6 @@ do_mount (const char *dev, const char *where, int flags)
|
|||||||
|
|
||||||
if (mount (dev, where, flags))
|
if (mount (dev, where, flags))
|
||||||
error (where);
|
error (where);
|
||||||
|
|
||||||
exit (0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user