Merge pull request #477 from bradmw/flush

Duplicate output fix
This commit is contained in:
schoen 2015-06-02 12:36:38 -07:00
commit e04f52368d

View file

@ -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: