Initialize jdir properly in Python bindings
commit3aefb8d965efb6646a32459958b64989375d4449
authorAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 25 Feb 2009 06:33:05 +0000 (25 04:33 -0200)
committerAlberto Bertogli <albertito@blitiri.com.ar>
Wed, 25 Feb 2009 07:48:31 +0000 (25 05:48 -0200)
treeefc78a42f1ab3d2c9f1e85521b1626da0cd709ec
parente7abd100c45fe57426f6fe37b00a075c66e86287
Initialize jdir properly in Python bindings

Otherwise, when we do not get jdir as a parameter, it has rubbish which
causes jfsck() and jfsck_cleanup() not to find the journal directory.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
bindings/python/libjio.c