summaryrefslogtreecommitdiff
path: root/src/sp_config_keywords.c
diff options
context:
space:
mode:
authorjvoisin2020-03-04 19:30:42 +0100
committerjvoisin2020-03-04 19:30:42 +0100
commitd7b7a0d4e10d7b87b124889821b14e9858ed0a9c (patch)
treee4240582b445a5f43652bf93b37b4791f0c6547c /src/sp_config_keywords.c
parent394edbf3b5232c30dd3019f8c3a5dfadc310884f (diff)
%s/nbs-system/jvoisin
Since I'm the only one to maintain Snuffleupagus, let's adjust the links and contact addresses of my fork, to point to well… my fork.
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;