--- libraries/libldap/result.c 2003/07/07 03:14:03 1.87 +++ libraries/libldap/result.c 2003/10/18 13:59:58 1.88 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.86 2003/05/31 03:48:16 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.87 2003/07/07 03:14:03 kurt Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -808,9 +808,11 @@ lr->lr_res_matched ? lr->lr_res_matched ldap_free_request( ld, lr ); } +#if 0 if ( lc != NULL ) { ldap_free_connection( ld, lc, 0, 1 ); } +#endif } }