Commit 6d556755 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Attemp to fix travis build error

parent 3119fc25
......@@ -511,7 +511,7 @@ int parse_config(const char *opt, const char *optarg) {
if (util::strieq(opt, SHRPX_OPT_BACKEND)) {
auto optarglen = strlen(optarg);
auto pat_delim = strchr(optarg, ';');
const char *pat_delim = strchr(optarg, ';');
if (!pat_delim) {
pat_delim = optarg + optarglen;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment