summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 1dbd4b5..e86faf3 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -280,7 +280,7 @@ wrap_pblock_new(Slapi_PBlock *parent)
void *txn;
slapi_pblock_get(parent, SLAPI_TXN, &txn);
if (txn != NULL) {
- slapi_pblock_set(ret, SLAPI_PARENT_TXN, &txn);
+ slapi_pblock_set(ret, SLAPI_TXN, &txn);
}
}
#endif