summaryrefslogtreecommitdiffstats
path: root/Demo/pdist/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/pdist/client.py')
-rwxr-xr-xDemo/pdist/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Demo/pdist/client.py b/Demo/pdist/client.py
index d8f210e..3e93f1c 100755
--- a/Demo/pdist/client.py
+++ b/Demo/pdist/client.py
@@ -135,6 +135,7 @@ class SecureClient(Client, Security):
import string
apply(self._pre_init, args)
Security.__init__(self)
+ self._wf.flush()
line = self._rf.readline()
challenge = string.atoi(string.strip(line))
response = self._encode_challenge(challenge)