Close orconns correctly through channels when setting DisableNetwork to 1

This commit is contained in:
Andrea Shepard
2014-04-15 20:19:39 -07:00
parent 125c8e5468
commit a5544e589d
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Bugfixes:
- When closing all connections on setting DisableNetwork to 1, use
connection_or_close_normally() rather than closing orconns out from
under the channel layer. Fixes bug #11306.