summaryrefslogtreecommitdiff
path: root/daemon/simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/simple.c')
-rw-r--r--daemon/simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/simple.c b/daemon/simple.c
index b37922e..5b56138 100644
--- a/daemon/simple.c
+++ b/daemon/simple.c
@@ -23,7 +23,7 @@ typedef struct simple_context
/* Base Handler ------------------------------------------------------ */
bd_context_t bd;
- /* Settings ---------------------------------------------------------- */
+ /* Read Only --------------------------------------------------------- */
const char* filename; /* The file name with the user names */
}
simple_context_t;