* mount.cc (do_mount): Don't exit, just return.
This commit is contained in:
parent
e7bf6b883d
commit
29222c4d6a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue