chiark / gitweb /
transaction: abort does not need to use recursive deletion
authorMichal Schmidt <mschmidt@redhat.com>
Sun, 22 Apr 2012 08:54:58 +0000 (10:54 +0200)
committerMichal Schmidt <mschmidt@redhat.com>
Mon, 23 Apr 2012 23:54:15 +0000 (01:54 +0200)
commit1b9cea0caa85dce6d9f117638a296b141c49a8fd
tree5efe84115ea6a713885b7823a18cc4297c1a66f3
parent4e7bd268ae1f39675988b9ac61b9378a67e3ae3e
transaction: abort does not need to use recursive deletion

Recursion is unnecessary, because we're deleting all transaction jobs
anyway. And the recursive deletion produces debug messages that are
pointless in transaction abort.
src/core/transaction.c