]> arthur.barton.de Git - bup.git/commit - lib/bup/_helpers.c
Use Py_RETURN_TRUE in py_lutimes() and py_set_linux_file_attr().
authorRob Browning <rlb@defaultvalue.org>
Wed, 22 Sep 2010 01:34:50 +0000 (20:34 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 22 Sep 2010 02:24:19 +0000 (19:24 -0700)
commita890ad73554971b6d4e1c7608158eb5172aee8d7
tree54a6c4183ec7c9f5d896a7914805aacadfbbe4e9
parent26d48e9130d706f5fa7cc13b318f307e9178fa15
Use Py_RETURN_TRUE in py_lutimes() and py_set_linux_file_attr().

Use Py_RETURN_TRUE in py_lutimes() and py_set_linux_file_attr() so
that the reference counting is handled correctly.

Remove orphaned, static (and empty) set_linux_file_attr().

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/_helpers.c