aboutsummaryrefslogtreecommitdiff
path: root/src/social/test_social.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-08-04 09:00:49 +0000
committerChristian Grothoff <christian@grothoff.org>2016-08-04 09:00:49 +0000
commit9be2801b4c6c1efeffc969553c148eed70eedf09 (patch)
treeba1df716dac0f73bad7d97c3c6081bb56f4727fb /src/social/test_social.c
parent50f6a48fbf936d5a4ba272ec5d8f11ff8cbc31e3 (diff)
downloadgnunet-9be2801b4c6c1efeffc969553c148eed70eedf09.tar.gz
gnunet-9be2801b4c6c1efeffc969553c148eed70eedf09.zip
fix #4609
Diffstat (limited to 'src/social/test_social.c')
-rw-r--r--src/social/test_social.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 6a2768030..6de31eb83 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -406,7 +406,7 @@ app_connected (void *cls)
406 "App connected: %p\n", cls); 406 "App connected: %p\n", cls);
407 if (NULL != core) 407 if (NULL != core)
408 { 408 {
409 GNUNET_CORE_disconnect (core); 409 GNUNET_CORE_disconnecT (core);
410 core = NULL; 410 core = NULL;
411 } 411 }
412} 412}