diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-21 11:00:50 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-21 11:00:50 +0300 |
commit | baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e (patch) | |
tree | 5d5fef64684a3638e6c0a0e80750295adae9998a /lib/rpmdb_internal.h | |
parent | 510c6763ef745b308abd1cc6cec2a62119e87c9c (diff) | |
download | librpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.tar.gz librpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.tar.bz2 librpm-tizen-baa1cf0e1bdb7260be1cb41dc5e6c3bad180a34e.zip |
Remove BDB RPC "support"
- it's insecure, used by nobody (its been rather broken for a long
time) and all, but BDB 4.8.x removed RPC support from upstream so we
cant very well support in the future even if we wanted to
Diffstat (limited to 'lib/rpmdb_internal.h')
-rw-r--r-- | lib/rpmdb_internal.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/rpmdb_internal.h b/lib/rpmdb_internal.h index 1318303f0..07391bea1 100644 --- a/lib/rpmdb_internal.h +++ b/lib/rpmdb_internal.h @@ -188,10 +188,6 @@ struct _dbiIndex { int dbi_debug; int dbi_byteswapped; - char * dbi_host; - unsigned long dbi_cl_timeout; - unsigned long dbi_sv_timeout; - /* dbenv parameters */ int dbi_lorder; /* XXX db-4.3.14 adds dbenv as 1st arg. */ |