Skip to content

Commit

Permalink
Merge branch 'master' into staging-client
Browse files Browse the repository at this point in the history
  • Loading branch information
rod-hynes committed Jul 8, 2019
2 parents aa2f829 + 758bd66 commit 1693611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psiphon/common/tapdance/tapdance_disabled.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit 1693611

Please sign in to comment.