author | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-09 05:21:53 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2009-03-09 05:26:36 UTC |
parent | 385f81d3862354c8522aedf06da20a3a8545833f |
trans.c | +1 | -0 |
diff --git a/trans.c b/trans.c index ba30674..6ff54c2 100644 --- a/trans.c +++ b/trans.c @@ -471,6 +471,7 @@ ssize_t jtrans_rollback(struct jtrans *ts) jtrans_init(ts->fs, &newts); newts.flags = ts->flags; + newts.numops = ts->numops; if (ts->op == NULL || ts->flags & J_NOROLLBACK) { rv = -1;