From: Ondřej Surý Date: Wed, 16 Jun 2010 14:22:02 +0000 (+0200) Subject: Fix extra comma X-Git-Tag: upstream/2.0.3 X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/refs/tags/upstream/2.0.3 Fix extra comma --- 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; }