From 649a08e857cdaf5f1a82ed3402d6a290ebee6ebd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 16 Jun 2010 16:22:02 +0200 Subject: [PATCH] Fix extra comma --- mod_vhost_ldap.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod_vhost_ldap.c b/mod_vhost_ldap.c index c1ed027..ed376be 100644 --- a/mod_vhost_ldap.c +++ b/mod_vhost_ldap.c @@ -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; } -- 2.45.0