Remove lint.

This commit is contained in:
Julio Sánchez Fernández 2000-10-09 19:11:46 +00:00
parent c42c2847cf
commit bdf3ec2fb3
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;