[environ_vtab] the first var was being skipped

This commit is contained in:
Timothy Stack 2019-02-27 07:13:43 -08:00
parent 4614cbcb75
commit bc4004de9e

View File

@ -133,8 +133,6 @@ static int vt_open(sqlite3_vtab *p_svt, sqlite3_vtab_cursor **pp_cursor)
p_cur->base.pVtab = p_svt;
p_cur->env_cursor = environ;
vt_next((sqlite3_vtab_cursor *)p_cur);
}
return SQLITE_OK;