Cygwin: ldap.cc: fix formatting

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2019-02-13 12:43:25 +01:00
parent 09bbcf8788
commit 79c4e95fad
1 changed files with 3 additions and 3 deletions

View File

@ -337,7 +337,7 @@ cyg_ldap::open (PCWSTR domain)
if (!(def_context = wcsdup (val[0])))
{
debug_printf ("wcsdup(%W, %W) %d", domain, rootdse_attr[0],
get_errno ());
get_errno ());
goto err;
}
ldap_value_freeW (val);