summaryrefslogtreecommitdiff
path: root/src/sp_config.h
diff options
context:
space:
mode:
authorChristian Göttsche2026-02-22 22:09:08 +0100
committerJulien Voisin2026-02-22 22:30:14 +0100
commitb26041bfa0a1e58930a5bf26b720f97f8cf6ae13 (patch)
tree9f140edbed7acede96a2b1aed1b1d7ec88757c5f /src/sp_config.h
parent50fb9d8a8f040729c3472998aea0bdd14b1b7805 (diff)
Use correct parser for session ID lengths
Can causes issues on uncommon architectures, like s390x.
Diffstat (limited to 'src/sp_config.h')
-rw-r--r--src/sp_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp_config.h b/src/sp_config.h
index 8886bc6..edaa686 100644
--- a/src/sp_config.h
+++ b/src/sp_config.h
@@ -302,6 +302,7 @@ SP_PARSEKW_FN(parse_regexp);
302SP_PARSEKW_FN(parse_empty); 302SP_PARSEKW_FN(parse_empty);
303SP_PARSEKW_FN(parse_int); 303SP_PARSEKW_FN(parse_int);
304SP_PARSEKW_FN(parse_uint); 304SP_PARSEKW_FN(parse_uint);
305SP_PARSEKW_FN(parse_ulong);
305SP_PARSEKW_FN(parse_php_type); 306SP_PARSEKW_FN(parse_php_type);
306SP_PARSEKW_FN(parse_cidr); 307SP_PARSEKW_FN(parse_cidr);
307SP_PARSEKW_FN(parse_list); 308SP_PARSEKW_FN(parse_list);