mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Remove lint.
This commit is contained in:
parent
c42c2847cf
commit
bdf3ec2fb3
@ -267,7 +267,7 @@ static Listener * open_listener( const char* url )
|
||||
}
|
||||
|
||||
if ( err ) {
|
||||
Debug( LDAP_DEBUG_ANY, "daemon: getaddrinfo failed\n", 0, 0, 0);
|
||||
Debug( LDAP_DEBUG_ANY, "daemon: getaddrinfo failed: %s\n", gai_strerror(err), 0, 0);
|
||||
ldap_free_urldesc( lud );
|
||||
return NULL;
|
||||
}
|
||||
|
@ -257,7 +257,7 @@ get_filter(
|
||||
case LDAP_FILTER_EXT:
|
||||
/* not yet implemented */
|
||||
Debug( LDAP_DEBUG_ANY, "extensible match not yet implemented.\n",
|
||||
f->f_choice, 0, 0 );
|
||||
0, 0, 0 );
|
||||
(void) ber_skip_tag( ber, &len );
|
||||
f->f_choice = SLAPD_FILTER_COMPUTED;
|
||||
f->f_result = SLAPD_COMPARE_UNDEFINED;
|
||||
|
Loading…
Reference in New Issue
Block a user