]> granicus.if.org Git - apache/commitdiff
normalize an ugly construct which somehow manages to return the correct value
authorJeff Trawick <trawick@apache.org>
Mon, 24 Feb 2014 17:52:08 +0000 (17:52 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 24 Feb 2014 17:52:08 +0000 (17:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1571369 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index c11a16c4638fbc4efd8e7b997df7f415428c71fe..7122cb425d3a78a425fcace0c2c49b2b201c5804 100644 (file)
@@ -2637,7 +2637,7 @@ static apr_status_t rewritelock_remove(void *data)
         apr_global_mutex_destroy(rewrite_mapr_lock_acquire);
         rewrite_mapr_lock_acquire = NULL;
     }
-    return(0);
+    return APR_SUCCESS;
 }