Configurable length of termlist entries. Print max. 10 items for
[pazpar2-moved-to-github.git] / src / database.c
index 9069791..fab9249 100644 (file)
@@ -134,7 +134,7 @@ static struct database *load_database(const char *id)
     if ((dbname = strchr(hostport, '/')))
         *(dbname++) = '\0';
     else
-        dbname = "Default";
+        dbname = "";
     if (!(host = find_host(hostport)))
         return 0;
     db = nmem_malloc(nmem, sizeof(*db));