tokyotyrant plugin: Make DB handle `static'.
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Tue, 7 Jul 2009 17:11:57 +0000 (19:11 +0200)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Tue, 7 Jul 2009 17:11:57 +0000 (19:11 +0200)
src/tokyotyrant.c

index 160bf66..c3076f5 100644 (file)
@@ -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)
 {