You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Kean Johnston <ke...@gmail.com> on 2014/01/16 16:17:40 UTC

[PATCH] move NULL checks in mod_authnz_ldap.c

Hi all,

Attached is a small patch to mod_authnz_ldap.c to move the checking of two 
variables so that a) they are are checked before being used and b) checked 
before actually going through the trouble of trying to get an LDAP 
connection only to close it if the variable is NULL.

Hope this is helpful.

Kean