aboutsummaryrefslogtreecommitdiff
path: root/src/identity/test_identity.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-07-17 10:33:29 +0000
committerChristian Grothoff <christian@grothoff.org>2013-07-17 10:33:29 +0000
commite885868546bafeba87461678102bc4644065a1ba (patch)
tree85fa4d655955987129101515049a7a48fb3d99dc /src/identity/test_identity.c
parent8d689d0293e48b14377db1dc4e237980183a0b28 (diff)
downloadgnunet-e885868546bafeba87461678102bc4644065a1ba.tar.gz
gnunet-e885868546bafeba87461678102bc4644065a1ba.zip
-identity API bugfixes
Diffstat (limited to 'src/identity/test_identity.c')
-rw-r--r--src/identity/test_identity.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/identity/test_identity.c b/src/identity/test_identity.c
index 02bf341e8..7c429770b 100644
--- a/src/identity/test_identity.c
+++ b/src/identity/test_identity.c
@@ -134,6 +134,7 @@ notification_cb (void *cls,
134 void **ctx, 134 void **ctx,
135 const char *identifier) 135 const char *identifier)
136{ 136{
137 // fprintf (stderr, "Notification: %s\n", identifier);
137} 138}
138 139
139 140
@@ -155,7 +156,7 @@ create_cb (void *cls,
155 const char *identifier) 156 const char *identifier)
156{ 157{
157 op = NULL; 158 op = NULL;
158 fprintf (stderr, "HERE!\n"); 159 // fprintf (stderr, "HERE!\n");
159 end (); /* yepee */ 160 end (); /* yepee */
160} 161}
161 162