good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1d556b0e authored by Garet Halliday's avatar Garet Halliday
Browse files

fix

parent ce7f3697
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,7 @@ func (T *Pool) serveRW(conn *fed.Conn) error {
err, serverErr = T.Pair(client, primary)
if serverErr == nil {
if err == nil && serverErr == nil {
err, serverErr = bouncers.Bounce(conn, primary.Conn, packet)
}
if serverErr != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment