Skip to content

Commit 67a7d23

Browse files
committed
Fix windows function sig.
1 parent 35a2d04 commit 67a7d23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

felix/dataplane/driver_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ func StartDataplaneDriver(configParams *config.Config,
3838
fatalErrorCallback func(error),
3939
k8sClientSet *kubernetes.Clientset,
4040
_ *calc.LookupsCache,
41+
typhaEnabled bool,
4142
) (DataplaneDriver, *exec.Cmd) {
4243
log.Info("Using Windows dataplane driver.")
4344

0 commit comments

Comments
 (0)