aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-social.c
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-06-06 20:00:23 +0000
committerGabor X Toth <*@tg-x.net>2016-06-06 20:00:23 +0000
commiteaddede2ab93ecd09f4bb9514e682a2165b67718 (patch)
tree50c2f076dc9d526f987f4d10a1e5cae5c6b72bd8 /src/social/gnunet-social.c
parent24063cff9c2e4ba0196d2c63e7a1485e1425a11c (diff)
downloadgnunet-eaddede2ab93ecd09f4bb9514e682a2165b67718.tar.gz
gnunet-eaddede2ab93ecd09f4bb9514e682a2165b67718.zip
fixes
Diffstat (limited to 'src/social/gnunet-social.c')
-rw-r--r--src/social/gnunet-social.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/social/gnunet-social.c b/src/social/gnunet-social.c
index b7a1314c2..a6ea772e7 100644
--- a/src/social/gnunet-social.c
+++ b/src/social/gnunet-social.c
@@ -1148,9 +1148,10 @@ run (void *cls, char *const *args, const char *cfgfile,
1148 1148
1149 if (opt_ego) 1149 if (opt_ego)
1150 { 1150 {
1151 GNUNET_CRYPTO_ecdsa_public_key_from_string (opt_ego, 1151 GNUNET_assert (GNUNET_OK ==
1152 strlen (opt_ego), 1152 GNUNET_CRYPTO_ecdsa_public_key_from_string (opt_ego,
1153 &ego_pub_key); 1153 strlen (opt_ego),
1154 &ego_pub_key));
1154 } 1155 }
1155 1156
1156 core = GNUNET_CORE_connect (cfg, NULL, &core_connected, NULL, NULL, 1157 core = GNUNET_CORE_connect (cfg, NULL, &core_connected, NULL, NULL,