int status = 0;
char *lofile = NULL;
-#if defined BB_MTAB
if (fakeIt == FALSE)
-#endif
{
#if defined BB_FEATURE_MOUNT_LOOP
if (use_loop==TRUE) {
/* If the mount was sucessful, do anything needed, then return TRUE */
- if (status == 0) {
+ if (status == 0 || fakeIt==TRUE) {
#if defined BB_MTAB
if (useMtab == TRUE) {
int status = 0;
char *lofile = NULL;
-#if defined BB_MTAB
if (fakeIt == FALSE)
-#endif
{
#if defined BB_FEATURE_MOUNT_LOOP
if (use_loop==TRUE) {
/* If the mount was sucessful, do anything needed, then return TRUE */
- if (status == 0) {
+ if (status == 0 || fakeIt==TRUE) {
#if defined BB_MTAB
if (useMtab == TRUE) {