Skip to content

Commit

Permalink
Fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 committed Jul 17, 2023
1 parent 2244233 commit 6e37f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonic_data_client/mixed_db_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1150,7 +1150,7 @@ func (c *MixedDbClient) Capabilities() []gnmipb.ModelData {
}

func (c *MixedDbClient) Close() error {
for table, pt := range c.tableMap {
for _, pt := range c.tableMap {
zpt, ok := pt.(swsscommon.ZmqProducerStateTable)
if ok {
swsscommon.DeleteZmqProducerStateTable(zpt)
Expand Down

0 comments on commit 6e37f26

Please sign in to comment.