diff options
-rw-r--r-- | src/session.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/session.c b/src/session.c index 85eb91d4..131d80c1 100644 --- a/src/session.c +++ b/src/session.c @@ -39,8 +39,8 @@ static struct { int max; } sessions; -static const char key_uuid = "uuid"; -static const char key_token = "token"; +static const char key_uuid[] = "uuid"; +static const char key_token[] = "token"; // Free context [XXXX Should be protected again memory abort XXXX] static void ctxUuidFreeCB (AFB_clientCtx *client) |