summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-02 17:05:51 +0000
committerrbb <rbb@13f79535-47bb-0310-9956-ffa450edef68>1999-12-02 17:05:51 +0000
commit35f574a0d41026bb444a314900d2b31ddc72febb (patch)
tree5e45006ae2ebf61577e5e57815f337eb0dff7215 /misc
parent855ef2439f6a4e0e55c6c40c2c5cfc7d911c4524 (diff)
downloadlibapr-35f574a0d41026bb444a314900d2b31ddc72febb.tar.gz
Fix a couple of warnings that were caused by the APR leak problem. These
are gone now. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59498 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/start.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/unix/start.c b/misc/unix/start.c
index 213543437..019a63eeb 100644
--- a/misc/unix/start.c
+++ b/misc/unix/start.c
@@ -217,6 +217,7 @@ ap_status_t ap_set_abort(int (*apr_abort)(int retcode), struct context_t *cont)
}
else {
cont->apr_abort = apr_abort;
+ return APR_SUCCESS;
}
}