Initialize hosts for prefetching with an empty string

This commit is contained in:
Alexander Butenko 2009-10-12 19:35:11 +02:00 committed by Christian Dywan
parent 9702fbf5e4
commit ad04c92e30

View file

@ -124,6 +124,7 @@ dnsprefetch_activate_cb (MidoriExtension* extension,
MidoriBrowser* browser;
guint i;
katze_assign (hosts, g_strdup (""));
host_count = 0;
browsers = katze_object_get_object (app, "browsers");