aboutsummaryrefslogtreecommitdiff
path: root/src/revocation
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-11-22 20:35:38 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-11-22 20:35:38 +0000
commitf8a47956eb2d0ffabe2e3cb6b9d5695537eeda85 (patch)
tree863803811a4e27472f7da35046315d79f6945aad /src/revocation
parent9aeaad0a88ea5ea5f15c50071a1c3a888e63e131 (diff)
downloadgnunet-f8a47956eb2d0ffabe2e3cb6b9d5695537eeda85.tar.gz
gnunet-f8a47956eb2d0ffabe2e3cb6b9d5695537eeda85.zip
wrong string used
Diffstat (limited to 'src/revocation')
-rw-r--r--src/revocation/gnunet-revocation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revocation/gnunet-revocation.c b/src/revocation/gnunet-revocation.c
index 6b2aa6180..ae4f93dc6 100644
--- a/src/revocation/gnunet-revocation.c
+++ b/src/revocation/gnunet-revocation.c
@@ -317,7 +317,7 @@ ego_callback (void *cls,
317 { 317 {
318 FPRINTF (stdout, 318 FPRINTF (stdout,
319 _("Ego `%s' not found.\n"), 319 _("Ego `%s' not found.\n"),
320 test_ego); 320 revoke_ego);
321 GNUNET_SCHEDULER_shutdown (); 321 GNUNET_SCHEDULER_shutdown ();
322 return; 322 return;
323 } 323 }