summaryrefslogtreecommitdiff
path: root/dso/netware/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'dso/netware/dso.c')
-rw-r--r--dso/netware/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dso/netware/dso.c b/dso/netware/dso.c
index 1c562489b..33f960222 100644
--- a/dso/netware/dso.c
+++ b/dso/netware/dso.c
@@ -141,7 +141,7 @@ APR_DECLARE(apr_status_t) apr_dso_sym(apr_dso_handle_sym_t *ressym,
if (retval == NULL) {
handle->errormsg = dlerror();
- return APR_EINIT;
+ return APR_ESYMNOTFOUND;
}
symbol = apr_pcalloc(handle->pool, sizeof(sym_list));