aboutsummaryrefslogtreecommitdiff
path: root/src/identity/gnunet-service-identity.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity/gnunet-service-identity.c')
-rw-r--r--src/identity/gnunet-service-identity.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/identity/gnunet-service-identity.c b/src/identity/gnunet-service-identity.c
index 8a26fb8c3..d36319a99 100644
--- a/src/identity/gnunet-service-identity.c
+++ b/src/identity/gnunet-service-identity.c
@@ -134,10 +134,9 @@ get_ego_filename (struct Ego *ego)
134 * Task run during shutdown. 134 * Task run during shutdown.
135 * 135 *
136 * @param cls unused 136 * @param cls unused
137 * @param tc unused
138 */ 137 */
139static void 138static void
140shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 139shutdown_task (void *cls)
141{ 140{
142 struct Ego *e; 141 struct Ego *e;
143 142