summaryrefslogtreecommitdiff
path: root/muggle-plugin/muggle.c
diff options
context:
space:
mode:
Diffstat (limited to 'muggle-plugin/muggle.c')
-rw-r--r--muggle-plugin/muggle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/muggle-plugin/muggle.c b/muggle-plugin/muggle.c
index 9db07be..3137f78 100644
--- a/muggle-plugin/muggle.c
+++ b/muggle-plugin/muggle.c
@@ -49,7 +49,7 @@ mgMuggle::mgMuggle (void)
{
main = NULL;
// defaults for database arguments
- the_setup.DbHost = strdup ("localhost");
+ the_setup.DbHost = 0;
the_setup.DbSocket = 0;
the_setup.DbPort = 0;
the_setup.DbName = strdup ("GiantDisc");