From 9aaeaeb72335cbdf37373f0e1f038861a7c5fe89 Mon Sep 17 00:00:00 2001 From: minfrin Date: Thu, 20 Jan 2005 14:09:47 +0000 Subject: Remove a stray return statement. Submitted by: Colm MacCarthaigh git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@125768 13f79535-47bb-0310-9956-ffa450edef68 --- ldap/apr_ldap_option.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ldap/apr_ldap_option.c b/ldap/apr_ldap_option.c index e25bb502..851484b9 100644 --- a/ldap/apr_ldap_option.c +++ b/ldap/apr_ldap_option.c @@ -538,7 +538,6 @@ static void option_set_cert(apr_pool_t *pool, LDAP *ldap, result->rc = -1; #endif /* APR_HAS_LDAP_SSL */ - return result->rc; } #endif /* APR_HAS_LDAP */ -- cgit v1.2.1