apr_strtok minor invocation change to maybe what everyone is used to
authorStefan Eissing <icing@apache.org>
Thu, 11 Feb 2016 09:18:25 +0000 (09:18 +0000)
committerStefan Eissing <icing@apache.org>
Thu, 11 Feb 2016 09:18:25 +0000 (09:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1729782 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_io.c

index b8bc04903c568f2385e1288bd375ff581d82f453..ce479a91f5cdbf6c36e7fe7bdd9604af24bdcff7 100644 (file)
@@ -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",