mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 02:40:45 +00:00
parent
4f7159b119
commit
7dc82dde0f
1 changed files with 1 additions and 0 deletions
|
|
@ -224,6 +224,7 @@ loop:
|
||||||
reason = discReasonForError(err)
|
reason = discReasonForError(err)
|
||||||
break loop
|
break loop
|
||||||
case err = <-p.disc:
|
case err = <-p.disc:
|
||||||
|
reason = discReasonForError(err)
|
||||||
break loop
|
break loop
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue