Fix execution of user-agent collection script. - bitreich-httpd - Bitreich HTTP… | |
git clone git://bitreich.org/bitreich-httpd git://enlrupgkhuxnvlhsf6lc3fziv5h2h… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 19ed00841160bf4661c1a2533ce9008eef47090e | |
parent bf9101e0e7efc8918d6122efef1339ac12b25b63 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 3 Sep 2023 07:32:19 +0200 | |
Fix execution of user-agent collection script. | |
Diffstat: | |
M bitreich-httpd.c | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/bitreich-httpd.c b/bitreich-httpd.c | |
@@ -195,7 +195,7 @@ main(int argc, char *argv[]) | |
} | |
if (!strcasecmp(header, "user-agent")) { | |
asprintf(&path, | |
- "/home/annna/bin/modules/http-user-agent/add-u… | |
+ "/home/annna/bin/modules/http-user-agent/add-u… | |
headerval); | |
system(path); | |
free(path); |