summaryrefslogtreecommitdiff
path: root/src/web.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/web.h')
-rw-r--r--src/web.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web.h b/src/web.h
index 3a6e315..0e33018 100644
--- a/src/web.h
+++ b/src/web.h
@@ -9,7 +9,7 @@ struct MHD_PostProcessor;
#define CLIENT_SECRET_LEN 33
struct App {
- char* dbname;
+ const char* dbname;
char session_secret[CLIENT_SECRET_LEN];
const char *admin_user;
const char *admin_pass;