diff options
| -rw-r--r-- | xlators/nfs/server/src/nfs.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/nfs/server/src/nfs.c b/xlators/nfs/server/src/nfs.c index bd3e03fc947..928754917c1 100644 --- a/xlators/nfs/server/src/nfs.c +++ b/xlators/nfs/server/src/nfs.c @@ -1812,7 +1812,7 @@ struct volume_options options[] = {          },          { .key = {"nfs.mount-rmtab"},            .type = GF_OPTION_TYPE_PATH, -          .default_value = DATADIR "/rmtab", +          .default_value = NFS_DATADIR "/rmtab",            .description = "Set the location of the cache file that is used to "                           "list all the NFS-clients that have connected "                           "through the MOUNT protocol. If this is on shared "  | 
