diff options
Diffstat (limited to 'glusterfsd')
| -rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index e8ebdae1498..908345d266d 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1020,7 +1020,7 @@ parse_opts (int key, char *arg, struct argp_state *state)          case ARGP_FUSE_USE_READDIRP_KEY:                  if (!arg) -                        arg = "no"; +                        arg = "yes";                  if (gf_string2boolean (arg, &b) == 0) {                          if (b) {  | 
