New upstream version 2.4.0

This commit is contained in:
Jan Wagner 2024-07-23 20:21:44 +00:00
parent d5a5faa95b
commit 600e193ca4
102 changed files with 16219 additions and 31778 deletions

View file

@ -141,7 +141,7 @@ main (int argc, char **argv)
if (verbose > 2)
printf ("Initializing DBI\n");
dbi_inst *instance_p;
dbi_inst *instance_p = { 0 };
if (dbi_initialize_r(NULL, instance_p) < 0) {
printf ("UNKNOWN - failed to initialize DBI; possibly you don't have any drivers installed.\n");