Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukedirtwalker committed Aug 16, 2019
1 parent 3ca228b commit abe4458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/sciond/internal/fetcher/fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func (f *fetcherHandler) flushSegmentsWithFirstHopInterfaces(ctx context.Context
return err
}
defer tx.Rollback()
res, err := f.pathDB.Get(ctx, q)
res, err := tx.Get(ctx, q)
if err != nil {
return err
}
Expand Down

0 comments on commit abe4458

Please sign in to comment.