I hate it when I get bit by copy and paste.  Try r149421.

Brad

>>> [EMAIL PROTECTED] Tuesday, February 01, 2005 10:23:01 AM >>>
Brad Nicholes wrote:
>   I was hoping that this wouldn't be the case.  But since it is, take
a
> look at SVN r149419
> 

util_ldap.c
util_ldap.c(1615) : error C2065: 's' : undeclared identifier
util_ldap.c(1615) : warning C4047: 'function' : 'const server_rec *' 
differs in levels of indirection from 'int'

Seems you have typo using wrong server_rec for logging.
It helps if you change line 1615 to use cmd->server instead s ;).

Regards,
Mladen.

Reply via email to