Lose pointless per-db and per-dbi errfile and errcall pointers
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 30 Mar 2010 22:41:04 +0000 (01:41 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 30 Mar 2010 22:41:04 +0000 (01:41 +0300)
commit7309f7498134f7b62f27624a4cdb91e1c6b82578
tree37c95990081869aaa23f8f2bc4840f644925f35e
parent5aa612da3f00149cee9ba631dd1a7f2e65b718e1
Lose pointless per-db and per-dbi errfile and errcall pointers
- BDB uses stderr for errfile when not set, which is what we set it
  to through various hoops. Just leave it alone.
- db_errcall has always been (intentionally) NULL to disable that output,
  the errors get logged though cvtdberr() with slight filtering
lib/backend/db3.c
lib/rpmdb_internal.h