aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-27 12:51:53 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-27 12:51:53 +0000
commit9c275d7e9dfd7daedebf773a7bf84b3662712aa2 (patch)
treeccb5de2c3ac29d6582cb65f25d87ce968f6015f3 /src/util
parentc92349708a6f3f8f57d19355a6393f56cc78b3f5 (diff)
downloadgnunet-9c275d7e9dfd7daedebf773a7bf84b3662712aa2.tar.gz
gnunet-9c275d7e9dfd7daedebf773a7bf84b3662712aa2.zip
-state to ignore
Diffstat (limited to 'src/util')
-rw-r--r--src/util/crypto_rsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/crypto_rsa.c b/src/util/crypto_rsa.c
index 0fb01678f..0063fb089 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -683,7 +683,7 @@ short_wait ()
683 struct GNUNET_TIME_Relative timeout; 683 struct GNUNET_TIME_Relative timeout;
684 684
685 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100); 685 timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100);
686 GNUNET_NETWORK_socket_select (NULL, NULL, NULL, timeout); 686 (void) GNUNET_NETWORK_socket_select (NULL, NULL, NULL, timeout);
687} 687}
688 688
689 689