]> granicus.if.org Git - apache/commit
Silence compiler warning:
authorRainer Jung <rjung@apache.org>
Mon, 19 Dec 2016 20:36:58 +0000 (20:36 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 19 Dec 2016 20:36:58 +0000 (20:36 +0000)
commit67b777389bbb79b555d1b0db851212a7956f99a4
tree48d27812b071fee74907458ee585377e75500f89
parent481eacf4310462d6752efa91bd82e2d088ee7d4e
Silence compiler warning:
"686: warning: 'ok' may be used uninitialized in
this function"
This is a false positive, because the value of "ok"
will only be used if stapling_get_cached_response()
sets "rsp" to non-NULL in which case it will always
have set "ok".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775173 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_util_stapling.c