diff options
Diffstat (limited to 'support/export')
-rw-r--r-- | support/export/xtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/export/xtab.c b/support/export/xtab.c index 4289d7c..c8adc06 100644 --- a/support/export/xtab.c +++ b/support/export/xtab.c @@ -53,7 +53,7 @@ xtab_mount_read(void) close(fd); return xtab_read(_PATH_PROC_EXPORTS, 0); } else - return xtab_read(_PATH_XTAB, 0); + return xtab_read(_PATH_XTAB, 1); } int |