Skip to content

Commit

Permalink
fix go linter issues
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com>
  • Loading branch information
NikitaSkrynnik committed Mar 20, 2024
1 parent 6b40379 commit cf753a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func (c *Config) Process() error {

func initializeVl3IPAM(ctx context.Context, c *Config) *vl3.IPAM {
vl3IPAM := new(vl3.IPAM)
vl3IPAM.Reset(context.Background(), c.Vl3Prefix, []string{})
vl3IPAM.Reset(ctx, c.Vl3Prefix, []string{})
return vl3IPAM
}

Expand Down

0 comments on commit cf753a9

Please sign in to comment.