Commit be3ee91e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpd: Fix compile error on travis

parent d4f87ce2
......@@ -49,7 +49,7 @@ namespace nghttp2 {
namespace {
int parse_push_config(Config &config, const char *optarg) {
const auto eq = strchr(optarg, '=');
auto eq = strchr(optarg, '=');
if (eq == NULL) {
return -1;
}
......
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