aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-27 12:51:53 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2012-09-27 12:51:53 +0000
commitd7712fda08c88edefe50a91b39e230d98f78d1e8 (patch)
treeccb5de2c3ac29d6582cb65f25d87ce968f6015f3
parent22b2a9d78b2d240d83a3af48ec9b1bf3fa4cdafc (diff)
-state to ignore
git-svn-id: https://gnunet.org/svn/gnunet@24043 140774ce-b5e7-0310-ab8b-a85725594a96
-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 0fb01678fe..0063fb089b 100644
--- a/src/util/crypto_rsa.c
+++ b/src/util/crypto_rsa.c
@@ -683,7 +683,7 @@ short_wait ()
struct GNUNET_TIME_Relative timeout;
timeout = GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 100);
- GNUNET_NETWORK_socket_select (NULL, NULL, NULL, timeout);
+ (void) GNUNET_NETWORK_socket_select (NULL, NULL, NULL, timeout);
}