/rev/0f35ae3f503b
changeset: 1249:0f35ae3f503b
user:      Marcel Keller <[email protected]>
date:      Thu Sep 17 17:59:08 2009 +0200
summary:   Don't get stuck if preprocessing demanded but not available.

diffstat:

 apps/aes.py |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 5ffc93111d70 -r 0f35ae3f503b apps/aes.py
--- a/apps/aes.py       Thu Sep 17 17:38:23 2009 +0200
+++ b/apps/aes.py       Thu Sep 17 17:59:08 2009 +0200
@@ -158,6 +158,8 @@
             return rt
         preproc.addCallback(fin)
         rt.schedule_complex_callback(preproc, share_key)
+    else:
+        share_key(rt)
 
 if options.active:
     from viff.active import ActiveRuntime
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to