diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/unexpected.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/libsmb/unexpected.c b/source3/libsmb/unexpected.c index 17ebcd22ab..6daf61f4af 100644 --- a/source3/libsmb/unexpected.c +++ b/source3/libsmb/unexpected.c @@ -189,8 +189,8 @@ struct packet_struct *receive_unexpected(enum packet_type packet_type, int id, struct tdb_wrap *tdb2; struct receive_unexpected_state state; - tdb2 = tdb_wrap_open(talloc_autofree_context(), - lock_path("unexpected.tdb"), 0, 0, O_RDONLY, 0); + tdb2 = tdb_wrap_open(talloc_tos(), lock_path("unexpected.tdb"), 0, 0, + O_RDONLY, 0); if (!tdb2) return NULL; state.matched_packet = NULL; |