diff --git a/Modules/constants.c b/Modules/constants.c index a4473109..88658c55 100644 --- a/Modules/constants.c +++ b/Modules/constants.c @@ -64,9 +64,7 @@ LDAPraise_for_message(LDAP *l, LDAPMessage *m) PyObject *pyerrno; PyObject *pyresult; PyObject *pyctrls = NULL; - char *matched = NULL, - *error = NULL, - **refs = NULL; + char *matched = NULL, *error = NULL, **refs = NULL; LDAPControl **serverctrls = NULL; /* at first save errno for later use before it gets overwritten by another call */ diff --git a/Modules/functions.c b/Modules/functions.c index 74740a98..9e0312db 100644 --- a/Modules/functions.c +++ b/Modules/functions.c @@ -84,7 +84,7 @@ l_ldap_initialize_fd(PyObject *unused, PyObject *args) else { ldap_free_urldesc(lud); PyErr_SetString(PyExc_ValueError, "unsupported URL scheme"); - return NULL; + return NULL; } ldap_free_urldesc(lud);
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: