skip ws before checking for comment
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5080 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -315,8 +315,6 @@ krb5_config_parse_file (const char *fname, krb5_config_section **res)
|
|||||||
++p;
|
++p;
|
||||||
if (*p == '#' || *p == ';')
|
if (*p == '#' || *p == ';')
|
||||||
continue;
|
continue;
|
||||||
while(isspace(*p))
|
|
||||||
++p;
|
|
||||||
if (*p == '[') {
|
if (*p == '[') {
|
||||||
ret = parse_section(p, &s, res);
|
ret = parse_section(p, &s, res);
|
||||||
if (ret)
|
if (ret)
|
||||||
|
Reference in New Issue
Block a user