diff options
author | Raghavendra G <raghavendra@zresearch.com> | 2009-02-24 02:42:41 -0800 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-25 16:43:39 +0530 |
commit | ab7fe2987fb4e2c2bd3158682fbb8c1977a049de (patch) | |
tree | 6ea4bb5d1aad3ef7d9d643cbfcf307a89213099b /glusterfsd | |
parent | d47eb5d681b79b32b838505b6e22c4ab627ba934 (diff) |
backtick support enhancement
- text within backtick can span multiple lines
- check exit status of command after execution
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'glusterfsd')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 809a4ffa9..c4b479166 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -1036,7 +1036,6 @@ main (int argc, char *argv[]) return -1; } _gf_dump_details (argc, argv); - gf_log_volume_file (specfp); if ((graph = _parse_specfp (ctx, specfp)) == NULL) { /* _parse_specfp() prints necessary error message */ fprintf (stderr, "exiting\n"); |