Index: trunk/server/common/oursrc/httpdmods/mod_vhost_ldap.c
===================================================================
--- trunk/server/common/oursrc/httpdmods/mod_vhost_ldap.c	(revision 1605)
+++ trunk/server/common/oursrc/httpdmods/mod_vhost_ldap.c	(revision 1606)
@@ -464,5 +464,4 @@
     int sleep;
     struct berval hostnamebv, shostnamebv;
-    int ret = DECLINED;
 
     if ((error = ap_init_virtual_host(r->pool, "", r->server, &server)) != NULL) {
@@ -674,5 +673,5 @@
 
     /* Hack to allow post-processing by other modules (mod_rewrite, mod_alias) */
-    return ret;
+    return DECLINED;
 }
 
