]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
remove allow_other option (disabled by default in Debian)
authorJon Dowland <jmtd@debian.org>
Wed, 28 Apr 2010 10:43:28 +0000 (11:43 +0100)
committerJon Dowland <jmtd@debian.org>
Wed, 28 Apr 2010 10:43:28 +0000 (11:43 +0100)
cmd/fuse-cmd.py

index 64880975d861eb71be80ce34e15a6ea8b853a718..c03dd262a49ec48a2419156cbac63874254b551c 100755 (executable)
@@ -125,6 +125,5 @@ if opt.foreground:
     f.fuse_args.setmod('foreground')
 print f.multithreaded
 f.multithreaded = False
-f.fuse_args.add('allow_other')
 
 f.main()