unimportant

This commit is contained in:
Cosmin Apreutesei 2022-01-27 22:18:59 +02:00
parent cbbc813fb4
commit ae432753d4
1 changed files with 2 additions and 2 deletions

View File

@ -988,8 +988,8 @@ local function recv_field_packets(self, field_count, field_attrs, opt)
end
if field_attrs then
for name, attrs in pairs(field_attrs) do
if cols[name] then
update(cols[name], attrs)
if fields[name] then
update(fields[name], attrs)
end
end
end