From: Stefan Eissing Date: Thu, 11 Feb 2016 09:18:25 +0000 (+0000) Subject: apr_strtok minor invocation change to maybe what everyone is used to X-Git-Tag: 2.5.0-alpha~2122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc83621bcd0893e0109f6235c9527899bd819afe;p=thirdparty%2Fapache%2Fhttpd.git apr_strtok minor invocation change to maybe what everyone is used to git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_io.c b/modules/ssl/ssl_engine_io.c index b8bc04903c5..ce479a91f5c 100644 --- a/modules/ssl/ssl_engine_io.c +++ b/modules/ssl/ssl_engine_io.c @@ -1176,7 +1176,7 @@ static apr_status_t ssl_io_filter_handshake(ssl_filter_ctx_t *filter_ctx) while (len--) { *s++ = *p++; } - p = last; + p = NULL; } ap_log_cerror(APLOG_MARK, APLOG_TRACE1, 0, c, "setting alpn protos from '%s', protolen=%d",