diff options
author | Neil Brown <neilb@suse.de> | 2007-02-27 16:35:01 +1100 |
---|---|---|
committer | Neil Brown <neilb@suse.de> | 2007-02-27 16:35:01 +1100 |
commit | 57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce (patch) | |
tree | a63865f2b9f009ed0e2b2fe3719a1fab56691be1 /utils/exportfs/exportfs.c | |
parent | fa2058d9dc483dbed373ddc04a898ddd7f135f6f (diff) | |
parent | 0b7f54e8954374ebb991ac851accde2c246ae9f8 (diff) | |
download | nfs-utils-57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce.tar.gz nfs-utils-57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce.tar.xz nfs-utils-57d81b9f4c7f877d64aa7e8c5bddb852e1aa32ce.zip |
Merge branch 'branch-1-0'
Diffstat (limited to 'utils/exportfs/exportfs.c')
-rw-r--r-- | utils/exportfs/exportfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/exportfs/exportfs.c b/utils/exportfs/exportfs.c index 40a6b56..22e13a3 100644 --- a/utils/exportfs/exportfs.c +++ b/utils/exportfs/exportfs.c @@ -427,9 +427,11 @@ dump(int verbose) case FSLOC_REPLICA: c = dumpopt(c, "replicas=%s", ep->e_fslocdata); break; +#ifdef DEBUG case FSLOC_STUB: c = dumpopt(c, "fsloc=stub"); break; +#endif } printf("%c\n", (c != '(')? ')' : ' '); } |