Do not reset idx, it has just been set.

pull/727/head
nicm 2017-01-18 08:43:21 +00:00
parent 373541104b
commit 649c0d8e91
1 changed files with 0 additions and 1 deletions

View File

@ -403,7 +403,6 @@ options_match(const char *s, int *idx, int* ambiguous)
name = options_parse(s, idx);
namelen = strlen(name);
*idx = -1;
if (*name == '@') {
*ambiguous = 0;
return (xstrdup(name));