X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Fnfs%2Fconffile.c;h=fa0dc6b792da8bb5fc8a6e4f8d461e6556002d39;hp=798e5f374503242250d2b488f924049ea7444c44;hb=fe34ff0312c7c22554087ecd78bbbeadb38ce195;hpb=3c6973c595d62dc6452967d50ae8abe69f9f8bad diff --git a/support/nfs/conffile.c b/support/nfs/conffile.c index 798e5f3..fa0dc6b 100644 --- a/support/nfs/conffile.c +++ b/support/nfs/conffile.c @@ -251,6 +251,7 @@ conf_parse_line(int trans, char *line, size_t sz) } /* Strip off any blanks before ']' */ val = line; + j=0; while (*val && !isblank(*val)) val++, j++; if (*val)