Fixed duplicate output

This commit is contained in:
Brad Warren
2015-06-02 12:16:10 -07:00
parent 7b23147daf
commit 59c5a77731
@@ -266,6 +266,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: