View | Details | Raw Unified | Return to bug 48054 | Differences between
and this patch

Collapse All | Expand All

(-)99_bug48054.quilt (-1 / +1 lines)
 Lines 362-368    Link Here 
362
-						   seq_num, now, 0, false);
362
-						   seq_num, now, 0, false);
363
+						   &ac->our_invocation_id,
363
+						   &ac->our_invocation_id,
364
+						   ac->seq_num, ac->seq_num,
364
+						   ac->seq_num, ac->seq_num,
365
+						   0, now, false);
365
+						   now, 0, false);
366
 			if (ret != LDB_SUCCESS) {
366
 			if (ret != LDB_SUCCESS) {
367
 				talloc_free(tmp_ctx);
367
 				talloc_free(tmp_ctx);
368
 				return ret;
368
 				return ret;

Return to bug 48054