From 9380fdbdde745380cb1ab29566615d459aec1e77 Mon Sep 17 00:00:00 2001 From: brenosilva Date: Tue, 15 Mar 2011 21:31:08 +0000 Subject: [PATCH] Rename gsb db directive --- apache2/apache2_config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/apache2_config.c b/apache2/apache2_config.c index 5532925b..0d311cb0 100644 --- a/apache2/apache2_config.c +++ b/apache2/apache2_config.c @@ -2367,11 +2367,11 @@ const command_rec module_directives[] = { ), AP_INIT_TAKE1 ( - "SecGsbMalLookupDB", + "SecGsbLookupDB", cmd_gsb_mal_lookup_db, NULL, RSRC_CONF, - "database google safe browsing (malware)." + "database google safe browsing" ), AP_INIT_TAKE1 (