Description: do not hardcode the BANDB_DPATH
 Do not hardcode the BANDB_DPATH environment, it is supposed to be
 overridable from... the environment.
Author: Antoine Beaupré <anarcat@koumbit.org>
Bug-Debian: http://bugs.debian.org/485553
Bug: http://jira.atheme.org/browse/CHARY-5
Forwarded: http://jira.atheme.org/secure/attachment/10721/no_hardcoded_bandb_dpath
Last-Update: 2011-11-03

--- charybdis-3.3.0.orig/src/bandbi.c
+++ charybdis-3.3.0/src/bandbi.c
@@ -82,7 +82,6 @@ start_bandb(void)
 	const char *suffix = "";
 #endif
 
-	rb_setenv("BANDB_DPATH", ConfigFileEntry.dpath, 1);
 	if(bandb_path == NULL)
 	{
 		rb_snprintf(fullpath, sizeof(fullpath), "%s/bandb%s", BINPATH, suffix);
