Quellcode durchsuchen

Fix: tapdance_disabled.go compile error

Rod Hynes vor 6 Jahren
Ursprung
Commit
758bd669ff
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      psiphon/common/tapdance/tapdance_disabled.go

+ 1 - 1
psiphon/common/tapdance/tapdance_disabled.go

@@ -47,6 +47,6 @@ func Listen(_ string) (*Listener, error) {
 }
 
 // Dial establishes a new Tapdance session to a Tapdance station.
-func Dial(_ context.Context, _ string, _ common.NetDialer, _ string) (net.Conn, error) {
+func Dial(_ context.Context, _ bool, _ string, _ common.NetDialer, _ string) (net.Conn, error) {
 	return nil, common.ContextError(disabledError)
 }