mirror of
https://github.com/42wim/matterbridge.git
synced 2025-01-30 22:14:13 +01:00
Set firstConnect after first connect
This commit is contained in:
parent
9f24a1e54f
commit
17849a5626
@ -176,6 +176,7 @@ func (b *Bsoulseek) loginLoop() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Now we are connected
|
// Now we are connected
|
||||||
|
firstConnect = false;
|
||||||
select {
|
select {
|
||||||
case err = <-b.fatalErrors:
|
case err = <-b.fatalErrors:
|
||||||
b.Log.Errorf("%s", err)
|
b.Log.Errorf("%s", err)
|
||||||
|
Loading…
Reference in New Issue
Block a user