]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Remove some checking for out-of-mem conditions that cannot be hit
authorStefan Fritsch <sf@apache.org>
Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 15 Jul 2012 20:33:16 +0000 (20:33 +0000)
commitaba3cdda830d9ba513c7a315802dfab9cdaf291a
treef9759b04b1e11a4c951d8b576e75f456791db6a1
parentb5a4c33c9cc7c087e5d8294f25f25937da97a1d5
Remove some checking for out-of-mem conditions that cannot be hit
because apr_pcalloc/apr_pool_create will call abort() anyway.

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