]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/test.c
cleanup for release engineering
[openldap] / libraries / libldap / test.c
index 3d24fb099af019b83d833f7fdd8258baef5ecc15..67b74616365262de22ec6bb9873d28e9c9b023a7 100644 (file)
@@ -640,7 +640,9 @@ main( int argc, char **argv )
                                        ludp->lud_scope == LDAP_SCOPE_BASE ? "baseObject"
                                        : ludp->lud_scope == LDAP_SCOPE_ONELEVEL ? "oneLevel"
                                        : ludp->lud_scope == LDAP_SCOPE_SUBTREE ? "subtree"
+#ifdef LDAP_SCOPE_SUBORDINATE
                                        : ludp->lud_scope == LDAP_SCOPE_SUBORDINATE ? "children"
+#endif
                                        : "**invalid**" );
                            printf( "\tfilter: <%s>\n", ludp->lud_filter );
                            ldap_free_urldesc( ludp );