fix add_esp() in the gpt-auto-generator.c (#6251)
authorДамјан Георгиевски <gdamjan@gmail.com>
Tue, 4 Jul 2017 07:40:59 +0000 (09:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 4 Jul 2017 07:40:59 +0000 (09:40 +0200)
commit39b6a511e0fa72992e0ef104c484886f36aa35dd
tree75a76f4a2905f8af2d5e273fbf172d620d707c82
parent7c141f6b3d50e01510fddbb2cb304a5c9d1b71b4
fix add_esp() in the gpt-auto-generator.c (#6251)

b9088048b15cd21242b2308498fa865f864bfe45 seems to have broke it

fstab_is_mount_point() returns `true` (1) if the mount point exists and `false` (0) if it doesn't exist.

the change in b9088048 considered that if fstab_is_mount_point() returns 0
the mount point exists.
src/gpt-auto-generator/gpt-auto-generator.c