summaryrefslogtreecommitdiff
path: root/dso
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-11-20 08:18:38 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2001-11-20 08:18:38 +0000
commitb45839608e00a0daf0bd09ffae607ad0f925aada (patch)
tree8f45ed964bee00264ebeea67be2e87fbf27bc9ae /dso
parent007deeb323e251947066bdb331899ea4590a32e7 (diff)
downloadlibapr-b45839608e00a0daf0bd09ffae607ad0f925aada.tar.gz
Update *ressym on success in the Darwin DSO load path.
Submitted by: Sander Temme <sctemme@covalent.net> Reviewed by: Justin Erenkrantz git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dso')
-rw-r--r--dso/unix/dso.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dso/unix/dso.c b/dso/unix/dso.c
index 50d3bbe7b..4bf6ea3d8 100644
--- a/dso/unix/dso.c
+++ b/dso/unix/dso.c
@@ -209,6 +209,7 @@ APR_DECLARE(apr_status_t) apr_dso_sym(apr_dso_handle_sym_t *ressym,
handle->errormsg = "cannot resolve symbol";
return APR_EINIT;
}
+ *ressym = retval;
return APR_SUCCESS;
#elif defined(DSO_USE_DLFCN)