gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r23859 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r23859 - gnunet/src/util
Date: Mon, 17 Sep 2012 15:56:05 +0200

Author: grothoff
Date: 2012-09-17 15:56:05 +0200 (Mon, 17 Sep 2012)
New Revision: 23859

Modified:
   gnunet/src/util/crypto_rsa.c
Log:
-use blocking wait as the pipe might be faster than the process cleanup

Modified: gnunet/src/util/crypto_rsa.c
===================================================================
--- gnunet/src/util/crypto_rsa.c        2012-09-17 13:55:38 UTC (rev 23858)
+++ gnunet/src/util/crypto_rsa.c        2012-09-17 13:56:05 UTC (rev 23859)
@@ -953,13 +953,6 @@
                 GNUNET_OS_process_wait (gc->gnunet_rsa));
   GNUNET_OS_process_destroy (gc->gnunet_rsa);
   gc->gnunet_rsa = NULL;
-  if ( (GNUNET_OS_PROCESS_EXITED != type) ||
-       (0 != code) )
-  {
-    gc->cont (gc->cont_cls, NULL, _("gnunet-rsa failed"));
-    GNUNET_CRYPTO_rsa_key_create_stop (gc);
-    return;
-  }
   if (NULL == (pk = try_read_key (gc->filename)))
   {
     GNUNET_break (0);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]