mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
commit
e04f52368d
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ class StandaloneAuthenticator(common.Plugin):
|
|||
signal.signal(signal.SIGUSR1, self.client_signal_handler)
|
||||
signal.signal(signal.SIGUSR2, self.client_signal_handler)
|
||||
|
||||
sys.stdout.flush()
|
||||
fork_result = os.fork()
|
||||
Crypto.Random.atfork()
|
||||
if fork_result:
|
||||
|
|
|
|||
Loading…
Reference in a new issue