Drop OOM handling.
authorJoe Orton <jorton@redhat.com>
Sat, 23 May 2015 11:09:06 +0000 (12:09 +0100)
committerSimo Sorce <simo@redhat.com>
Sun, 24 May 2015 21:49:13 +0000 (23:49 +0200)
commit52ec43d6eb6e65e48c7046806f5a029351161ed3
tree1ea437b7183e749932b8c98d77790ae2698823a3
parent3ea39a3be4c36954a2c13fb1059d8f72c8faaf89
Drop OOM handling.

In httpd/APR it is best practice to assume that memory allocation always
succeeds, which simplifies module code.

APR internally calls abort() if memory allocation ever actually fails,
so in pratice you cannot trigger these code paths anyway.

Reviewed-by: Simo Sorce <simo@redhat.com>
src/mod_auth_gssapi.c