Skip to content

Commit

Permalink
Copy pasta
Browse files Browse the repository at this point in the history
  • Loading branch information
srgoni committed Apr 12, 2017
1 parent 81d1f2f commit 7ade302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restreamer/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func (conn *Connection) Serve() {

// drain the shutdown channel
select {
case <-streamer.shutdown:
case <-conn.shutdown:
default:
}
}
Expand Down

0 comments on commit 7ade302

Please sign in to comment.