mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Simple test to verify commitlog fix.
This commit is contained in:
parent
4646b76608
commit
7cd83cc8a0
1 changed files with 3 additions and 0 deletions
|
|
@ -70,8 +70,10 @@ main(int argc, char **argv)
|
|||
|
||||
printf(" API Version: %d\n", api.ldapai_api_version);
|
||||
printf(" Protocol Max: %d\n", api.ldapai_protocol_version);
|
||||
|
||||
if(api.ldapai_extensions == NULL) {
|
||||
printf(" Extensions: none\n");
|
||||
|
||||
} else {
|
||||
int i;
|
||||
for(i=0; api.ldapai_extensions[i] != NULL; i++) {
|
||||
|
|
@ -80,6 +82,7 @@ main(int argc, char **argv)
|
|||
}
|
||||
printf(" #Extensions: %d\n", i);
|
||||
}
|
||||
|
||||
printf(" Vendor Name: %s\n", api.ldapai_vendor_name);
|
||||
printf(" Vendor Version: %d\n", api.ldapai_vendor_version);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue