From: Marko Kreen Date: Wed, 28 Jun 2017 14:50:50 +0000 (+0300) Subject: hba: call next_token after parsing filename (#209) X-Git-Tag: pgbouncer_1_8~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf84b303d103ad8f103fa8d5f82d7364ac831d7a;p=pgbouncer hba: call next_token after parsing filename (#209) --- diff --git a/src/hba.c b/src/hba.c index e642cfa..70d38ee 100644 --- a/src/hba.c +++ b/src/hba.c @@ -417,6 +417,7 @@ static bool parse_names(struct HBAName *hname, struct TokParser *tp, bool is_db, free(fn); if (!ok) return false; + next_token(tp); goto eat_comma; } /* fallthrough */