summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_config_keywords.c')
-rw-r--r--src/sp_config_keywords.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp_config_keywords.c b/src/sp_config_keywords.c
index aebe45c..c3a9c19 100644
--- a/src/sp_config_keywords.c
+++ b/src/sp_config_keywords.c
@@ -44,7 +44,7 @@ int parse_session(char *line) {
44 "You're trying to use the session cookie encryption feature " 44 "You're trying to use the session cookie encryption feature "
45 "on line %zu without having session support statically built into PHP. " 45 "on line %zu without having session support statically built into PHP. "
46 "This isn't supported, see " 46 "This isn't supported, see "
47 "https://github.com/nbs-system/snuffleupagus/issues/278 for details.", 47 "https://github.com/jvoisin/snuffleupagus/issues/278 for details.",
48 sp_line_no); 48 sp_line_no);
49 pefree(session, 0); 49 pefree(session, 0);
50 return -1; 50 return -1;