Cygwin: ldap.cc: fix formatting
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
09bbcf8788
commit
79c4e95fad
|
@ -337,7 +337,7 @@ cyg_ldap::open (PCWSTR domain)
|
||||||
if (!(def_context = wcsdup (val[0])))
|
if (!(def_context = wcsdup (val[0])))
|
||||||
{
|
{
|
||||||
debug_printf ("wcsdup(%W, %W) %d", domain, rootdse_attr[0],
|
debug_printf ("wcsdup(%W, %W) %d", domain, rootdse_attr[0],
|
||||||
get_errno ());
|
get_errno ());
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
ldap_value_freeW (val);
|
ldap_value_freeW (val);
|
||||||
|
|
Loading…
Reference in New Issue