summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd
diff options
context:
space:
mode:
authorKaushik BV <kaushikbv@gluster.com>2011-09-06 11:44:41 +0530
committerVijay Bellur <vijay@gluster.com>2011-09-14 04:03:07 -0700
commit46a0f48f95999112873a482c10ca6e7ec0312ed9 (patch)
tree478d193d4466d7a3b306fbecff18d94f691ceef6 /xlators/mgmt/glusterd
parentd032339e6b063b370c7d6b7f4db031f459e2dfb1 (diff)
mgmt/glusterd: fix typo in the volgen engine for option nfs.rpc-auth-null
Change-Id: I3f59cb2fa16882a6b82b81e669e2076ea9b80398 BUG: 3414 Reviewed-on: http://review.gluster.com/350 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Amar Tumballi <amar@gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/mgmt/glusterd')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-volgen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c
index 7a11b02e3..84725982b 100644
--- a/xlators/mgmt/glusterd/src/glusterd-volgen.c
+++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c
@@ -1829,8 +1829,8 @@ nfs_option_handler (glusterfs_graph_t *graph,
if (ret)
return -1;
}
- if (! strcmp (vme->option, "!rpc-auth.auth.null.*")) {
- ret = gf_asprintf (&aa, "rpc-auth.auth.null.%s",
+ if (! strcmp (vme->option, "!rpc-auth.auth-null.*")) {
+ ret = gf_asprintf (&aa, "rpc-auth.auth-null.%s",
volinfo->volname);
if (ret != -1) {