aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/namestore/gnunet-namestore-fcfsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-fcfsd.c b/src/namestore/gnunet-namestore-fcfsd.c
index 720d3738f..2bd768625 100644
--- a/src/namestore/gnunet-namestore-fcfsd.c
+++ b/src/namestore/gnunet-namestore-fcfsd.c
@@ -112,7 +112,7 @@ struct Request
112 /** 112 /**
113 * Associated session. 113 * Associated session.
114 */ 114 */
115 struct Session *session; 115 // FIXME: struct Session *session;
116 116
117 /** 117 /**
118 * Post processor handling form data (IF this is 118 * Post processor handling form data (IF this is