nghttpd: Fix compile error on travis
This commit is contained in:
parent
d4f87ce29f
commit
be3ee91e90
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue