git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04c21a8
)
Hintsdb: fix build with USE_TDB
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 8 Jun 2024 12:17:19 +0000
(13:17 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 8 Jun 2024 12:17:19 +0000
(13:17 +0100)
Broken-by: 799253d6a75d
src/src/hintsdb.h
patch
|
blob
|
history
diff --git
a/src/src/hintsdb.h
b/src/src/hintsdb.h
index 3898b0221aa2175c44a4cc403f0b67cadc1ee327..643395e136e8b8aec1e2f99fbb729edc5fe3957f 100644
(file)
--- a/
src/src/hintsdb.h
+++ b/
src/src/hintsdb.h
@@
-427,7
+427,7
@@
exim_datum_data_set(EXIM_DATUM * dp, void * s)
static inline unsigned
exim_datum_size_get(EXIM_DATUM * dp)
-{ return dp->
len
; }
+{ return dp->
dsize
; }
static inline void
exim_datum_size_set(EXIM_DATUM * dp, unsigned n)
{ dp->dsize = n; }