From: Sage Weil Date: Mon, 9 Mar 2009 19:51:04 +0000 (-0700) Subject: confutils: make max line very large X-Git-Tag: v0.7~9^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b734092c2ac5d9fd84ceb65c44c461a42ad29716;p=ceph.git confutils: make max line very large --- diff --git a/src/common/ConfUtils.cc b/src/common/ConfUtils.cc index 487be2ec517c..bf4e550c8474 100644 --- a/src/common/ConfUtils.cc +++ b/src/common/ConfUtils.cc @@ -188,7 +188,7 @@ static char *normalize_name(const char *name) return newname; } -#define MAX_LINE 256 +#define MAX_LINE 2560 static char *get_next_delim(char *str, const char *delim, int alloc, char **p) {