mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
ext/ldap: Add static specifier for private function
This commit is contained in:
@@ -3816,7 +3816,7 @@ PHP_FUNCTION(ldap_start_tls)
|
||||
|
||||
#if defined(LDAP_API_FEATURE_X_OPENLDAP) && defined(HAVE_3ARG_SETREBINDPROC)
|
||||
/* {{{ _ldap_rebind_proc() */
|
||||
int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
|
||||
static int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params)
|
||||
{
|
||||
ldap_linkdata *ld = NULL;
|
||||
int retval;
|
||||
|
||||
Reference in New Issue
Block a user