From 6aa6b1c6e2c340e5bfe1e2b58951a3ccb03d77bd Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 30 Aug 2018 21:09:43 +0000 Subject: Revert 1839699, this contained unintended, additional noise. Re-correcting. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1839700 13f79535-47bb-0310-9956-ffa450edef68 --- locks/netware/proc_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'locks') diff --git a/locks/netware/proc_mutex.c b/locks/netware/proc_mutex.c index 9be5ac094..287011b06 100644 --- a/locks/netware/proc_mutex.c +++ b/locks/netware/proc_mutex.c @@ -155,7 +155,7 @@ APR_DECLARE(apr_status_t) apr_os_proc_mutex_put_ex(apr_proc_mutex_t **pmutex, if (pool == NULL) { return APR_ENOPOOL; } - if (mech != APR_LOCK_DEFAULT && mech != APR_LOCK_DEFAULT_TIMED) { + if (mech != APR_LOCK_DEFAULT) { return APR_ENOTIMPL; } -- cgit v1.2.1