--- libraries/libldap/result.c 2003/10/18 13:59:58 1.88 +++ libraries/libldap/result.c 2003/10/18 14:01:16 1.89 @@ -1,4 +1,4 @@ -/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.87 2003/07/07 03:14:03 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/libldap/result.c,v 1.88 2003/10/18 13:59:58 lukeh Exp $ */ /* * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file @@ -808,11 +808,9 @@ 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 } }