aboutsummaryrefslogtreecommitdiff
path: root/src/util/server_nc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/server_nc.c')
-rw-r--r--src/util/server_nc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/server_nc.c b/src/util/server_nc.c
index a5ee7e0d6..7a26ab9bf 100644
--- a/src/util/server_nc.c
+++ b/src/util/server_nc.c
@@ -21,7 +21,7 @@
21/** 21/**
22 * @file util/server_nc.c 22 * @file util/server_nc.c
23 * @brief convenience functions for transmission of 23 * @brief convenience functions for transmission of
24 * a notification stream 24 * a notification stream
25 * @author Christian Grothoff 25 * @author Christian Grothoff
26 */ 26 */
27 27
@@ -78,7 +78,7 @@ struct ClientList
78 struct ClientList *next; 78 struct ClientList *next;
79 79
80 /** 80 /**
81 * Overall context this client belongs to. 81 * Overall context this client belongs to.
82 */ 82 */
83 struct GNUNET_SERVER_NotificationContext *nc; 83 struct GNUNET_SERVER_NotificationContext *nc;
84 84