blob: c0736f4a2e1b48a974037d364b75cfb8759bc346 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/qmgr.cpp 2004-11-17 00:04:19.000000000 +0100
+++ src/qmgr.cpp.fixed 2004-12-28 01:36:08.634618228 +0100
@@ -2177,7 +2177,7 @@
memset(&key, 0, sizeof(key));
key.set_flags(DB_DBT_MALLOC);
memset(&data, 0, sizeof(data));
- key.set_flags(DB_DBT_MALLOC);
+ data.set_flags(DB_DBT_MALLOC);
// qDebug("Id: %d", id);
// qDebug("Newsgroup: %s", qsi->group.latin1());
// qDebug("index: %s", qsi->index.latin1());
|