Menu

#30 Does not work with apache 2.2

open
nobody
None
5
2007-03-28
2007-03-28
Anonymous
No

Since an API change of apr you need this patch in mod_ntlm.c to run the module in apache-2.2.x

greetz

ischi

590c590
< apr_pool_sub_make(&sp,p,NULL);
---
> apr_pool_create_ex(&sp,p,NULL,NULL);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB