LDAP: moved variable declaration to avoid compiler warn
If built without HTTP or proxy support it would cause a compiler warning due to the unused variable. I moved the declaration of it into the only scope it is used.
parent
3208757c
Please register or sign in to comment