diff options
Diffstat (limited to 'source3/lib/messages_local.c')
-rw-r--r-- | source3/lib/messages_local.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/messages_local.c b/source3/lib/messages_local.c index e20024ae59..74b6a13764 100644 --- a/source3/lib/messages_local.c +++ b/source3/lib/messages_local.c @@ -218,7 +218,7 @@ static NTSTATUS messaging_tdb_fetch(TDB_CONTEXT *msg_tdb, return NT_STATUS_NO_MEMORY; } - data = tdb_fetch_compat(msg_tdb, key); + data = tdb_fetch(msg_tdb, key); if (data.dptr == NULL) { *presult = result; |