aboutsummaryrefslogtreecommitdiffstats
path: root/python/xmp.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/xmp.py')
-rwxr-xr-xpython/xmp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/xmp.py b/python/xmp.py
index e3ad741..946bca8 100755
--- a/python/xmp.py
+++ b/python/xmp.py
@@ -179,7 +179,6 @@ class Xmp(Fuse):
if __name__ == '__main__':
server = Xmp()
- server.flags = 0
server.multithreaded = 1;
server.main()
#@-node:mainline