gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 165/254: LDAP: fixed checksrc issue


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 165/254: LDAP: fixed checksrc issue
Date: Sat, 17 Jun 2017 16:53:17 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 48f2a96a609aec535736a7fe202163fdb2a99fd5
Author: Sergei Nikulov <address@hidden>
AuthorDate: Wed May 24 00:14:13 2017 +0300

    LDAP: fixed checksrc issue
---
 lib/ldap.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/ldap.c b/lib/ldap.c
index 6751182ad..79e84d94e 100644
--- a/lib/ldap.c
+++ b/lib/ldap.c
@@ -239,8 +239,8 @@ static int ldap_win_bind(struct connectdata *conn, LDAP 
*server,
   PTCHAR inpass = NULL;
 
   if(user && passwd && (conn->data->set.httpauth & CURLAUTH_BASIC)) {
-    inuser = Curl_convert_UTF8_to_tchar((char*)user);
-    inpass = Curl_convert_UTF8_to_tchar((char*)passwd);
+    inuser = Curl_convert_UTF8_to_tchar((char *) user);
+    inpass = Curl_convert_UTF8_to_tchar((char *) passwd);
 
     rc = ldap_bind_s(server, inuser, inpass, method);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]