diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-10-18 12:30:40 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-10-18 12:30:40 +0000 |
commit | 38d26a302cba9de8362960186b645e8f2133a538 (patch) | |
tree | a9d3179d53e09ffd2fd0fa3937c22a0c6d3adceb | |
parent | d7d1e8e10bbb7e2a564f1c1864065244afcae0d4 (diff) |
-note dead field
-rw-r--r-- | src/namestore/gnunet-namestore-fcfsd.c | 2 |
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 /** * Associated session. */ - struct Session *session; + // FIXME: struct Session *session; /** * Post processor handling form data (IF this is |