From 1e6290da7c939e2b5dddaa559e5c189506f56151 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 7 Jul 2009 19:11:57 +0200 Subject: [PATCH] tokyotyrant plugin: Make DB handle `static'. --- src/tokyotyrant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokyotyrant.c b/src/tokyotyrant.c index 160bf667..c3076f5b 100644 --- a/src/tokyotyrant.c +++ b/src/tokyotyrant.c @@ -39,7 +39,7 @@ static int config_keys_num = STATIC_ARRAY_SIZE (config_keys); static char *config_host = NULL; static char *config_port = NULL; -TCRDB *rdb = NULL; +static TCRDB *rdb = NULL; static int tt_config (const char *key, const char *value) { -- 2.11.0