aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_identity_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-10 10:54:28 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-10 10:54:28 +0000
commitea16c7437091f1d8fccec3cc4398621d86b97e3d (patch)
treea6b6af80c28660d768022ccdddcb5efec3f160b7 /src/include/gnunet_identity_service.h
parentdc09ad5a6eb13cd4a20d56af2170f16d53d19bcf (diff)
downloadgnunet-ea16c7437091f1d8fccec3cc4398621d86b97e3d.tar.gz
gnunet-ea16c7437091f1d8fccec3cc4398621d86b97e3d.zip
-do not crash if cb was NULL on ego free
Diffstat (limited to 'src/include/gnunet_identity_service.h')
-rw-r--r--src/include/gnunet_identity_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_identity_service.h b/src/include/gnunet_identity_service.h
index 69a6e8928..5cbe376f2 100644
--- a/src/include/gnunet_identity_service.h
+++ b/src/include/gnunet_identity_service.h
@@ -83,7 +83,7 @@ GNUNET_IDENTITY_ego_get_private_key (const struct GNUNET_IDENTITY_Ego *ego);
83/** 83/**
84 * Obtain the ego representing 'anonymous' users. 84 * Obtain the ego representing 'anonymous' users.
85 * 85 *
86 * @returns handle for the anonymous user, must not be freed 86 * @return handle for the anonymous user, must not be freed
87 */ 87 */
88const struct GNUNET_IDENTITY_Ego * 88const struct GNUNET_IDENTITY_Ego *
89GNUNET_IDENTITY_ego_get_anonymous (void); 89GNUNET_IDENTITY_ego_get_anonymous (void);