]> andersk Git - mod-vhost-ldap.git/commitdiff
Remove cruft left behind by scripts's patches
authorGreg Brockman <gdb@mit.edu>
Thu, 26 Aug 2010 20:28:47 +0000 (20:28 +0000)
committerGreg Brockman <gdb@mit.edu>
Thu, 26 Aug 2010 20:28:47 +0000 (20:28 +0000)
TODO: rebase the cruft away

git-svn-id: svn://scripts.mit.edu/trunk@1606 db9d59ff-b01e-0410-9b1a-cd9a8c06840f

mod_vhost_ldap.c

index bd6fec94d0d964f41355920cd1c5c0ae109d9dad..d8de0b3302afc946f83670be612c0ac821241289 100644 (file)
@@ -463,7 +463,6 @@ static int mod_vhost_ldap_translate_name(request_rec *r)
     int sleep1 = 1;
     int sleep;
     struct berval hostnamebv, shostnamebv;
-    int ret = DECLINED;
 
     if ((error = ap_init_virtual_host(r->pool, "", r->server, &server)) != NULL) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, r,
@@ -673,7 +672,7 @@ null:
     r->server = server;
 
     /* Hack to allow post-processing by other modules (mod_rewrite, mod_alias) */
-    return ret;
+    return DECLINED;
 }
 
 #ifdef HAVE_UNIX_SUEXEC
This page took 0.034975 seconds and 5 git commands to generate.