]> andersk Git - mod-vhost-ldap.git/blobdiff - mod_vhost_ldap.c
Fix extra comma
[mod-vhost-ldap.git] / mod_vhost_ldap.c
index c1ed02706093f12f3edbad31721aaba11f423af1..ed376bef6d69547659a21eae0a36d2d9673510ad 100644 (file)
@@ -628,8 +628,7 @@ null:
     if ((reqc->name == NULL)||(reqc->docroot == NULL)) {
         ap_log_rerror(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, r, 
                       "[mod_vhost_ldap.c] translate: "
-                      "translate failed; ServerName or DocumentRoot not defined",
-                     );
+                      "translate failed; ServerName or DocumentRoot not defined");
        return HTTP_INTERNAL_SERVER_ERROR;
     }
 
This page took 0.04023 seconds and 4 git commands to generate.