LDAP: moved variable declaration to avoid compiler warn
authorDaniel Stenberg <daniel@haxx.se>
Sat, 18 Sep 2010 20:50:04 +0000 (22:50 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 18 Sep 2010 20:50:04 +0000 (22:50 +0200)
commit9de4b2664312f0e956305a3f6180f6c6eee10e06
tree849184ed615cc61f96285cd3f19cc05170b314b9
parent3208757c1af6e3a46bce786430d9dca2ea6f5e76
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.
lib/openldap.c