Commit baace4fe authored by David Fifield's avatar David Fifield
Browse files
parent b100beaf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ func webSocketHandler(ws *websocket.WebSocket) {
		handlerChan <- -1
	}()

	or, err := pt.DialOr(&ptInfo, ws.Conn.RemoteAddr(), ptMethodName)
	or, err := pt.DialOr(&ptInfo, ws.Conn.RemoteAddr().String(), ptMethodName)
	if err != nil {
		log("Failed to connect to ORPort: " + err.Error())
		return