View | Details | Raw Unified | Return to bug 61141
Collapse All | Expand All

(-)src/protocol/ldap/org/apache/jmeter/protocol/ldap/sampler/LDAPExtSampler.java (+2 lines)
Lines 800-805 Link Here
800
                xmlBuffer.tag("scope" , scopeStr); // $NON-NLS-1$
800
                xmlBuffer.tag("scope" , scopeStr); // $NON-NLS-1$
801
                xmlBuffer.tag("countlimit",countLimit); // $NON-NLS-1$
801
                xmlBuffer.tag("countlimit",countLimit); // $NON-NLS-1$
802
                xmlBuffer.tag("timelimit",timeLimit); // $NON-NLS-1$
802
                xmlBuffer.tag("timelimit",timeLimit); // $NON-NLS-1$
803
                xmlBuffer.tag("returnobject", Boolean.valueOf(isRetobj()).toString()); // $NON-NLS-1$
804
                xmlBuffer.tag("dereference", Boolean.valueOf(isDeref()).toString()); // $NON-NLS-1$
803
805
804
                NamingEnumeration<SearchResult> srch=null;
806
                NamingEnumeration<SearchResult> srch=null;
805
                try {
807
                try {

Return to bug 61141