Now that we don't dump operations by default, might as well detach

from the console by default also.  (but still would be nice if someone
provided options to toggle these using the fuse options framework)
This commit is contained in:
pooka 2007-08-25 12:03:59 +00:00
parent 1cf445da3e
commit ec5345d9bc
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: refuse.c,v 1.74 2007/08/12 15:32:39 pooka Exp $ */
/* $NetBSD: refuse.c,v 1.75 2007/08/25 12:03:59 pooka Exp $ */
/*
* Copyright © 2007 Alistair Crooks. All rights reserved.
@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
__RCSID("$NetBSD: refuse.c,v 1.74 2007/08/12 15:32:39 pooka Exp $");
__RCSID("$NetBSD: refuse.c,v 1.75 2007/08/25 12:03:59 pooka Exp $");
#endif /* !lint */
#include <assert.h>
@ -1382,7 +1382,7 @@ int
fuse_loop(struct fuse *fuse)
{
return puffs_mainloop(fuse->fc->pu, PUFFSLOOP_NODAEMON);
return puffs_mainloop(fuse->fc->pu, 0);
}
void