mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Have initialize_socket() set socket_was_preactivated always
This commit is contained in:
parent
77f303179c
commit
32d80a0cfe
@ -488,6 +488,7 @@ class ServerLoop:
|
||||
|
||||
def initialize_socket(self):
|
||||
if self.pre_activated_socket is None:
|
||||
self.socket_was_preactivated = False
|
||||
try:
|
||||
self.do_bind()
|
||||
except OSError as err:
|
||||
|
Loading…
x
Reference in New Issue
Block a user