OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=212
19 lines
666 B
Diff
19 lines
666 B
Diff
--- subversion/mod_authz_svn/mod_authz_svn.c.orig 2015-08-06 13:03:43.000000000 +0200
|
|
+++ subversion/mod_authz_svn/mod_authz_svn.c 2015-08-06 13:04:35.000000000 +0200
|
|
@@ -860,13 +860,14 @@
|
|
&authz_svn_module);
|
|
const char *repos_path = NULL;
|
|
const char *dest_repos_path = NULL;
|
|
- int status, authn_required;
|
|
+ int status;
|
|
|
|
#if USE_FORCE_AUTHN
|
|
/* Use the force_authn() hook available in 2.4.x to work securely
|
|
* given that ap_some_auth_required() is no longer functional for our
|
|
* purposes in 2.4.x.
|
|
*/
|
|
+ int authn_required;
|
|
int authn_configured;
|
|
|
|
/* We are not configured to run */
|