]> git.ipfire.org Git - thirdparty/systemd.git/commit
util:bind_remount_recursive(): handle return 0 of set_consume() 118/head
authorHarald Hoyer <harald@redhat.com>
Tue, 9 Jun 2015 08:32:28 +0000 (10:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 9 Jun 2015 08:32:28 +0000 (10:32 +0200)
commit85d834ae8e7d9e2c28ef8c1388e2913ed8fd0e3b
tree2ff0d91738f9209f7094bee90a2897acf76422a7
parentf871aeed8bc45158f9e63d06153a236eb9376fd7
util:bind_remount_recursive(): handle return 0 of set_consume()

set_consume() does not return -EEXIST, but 0, in case the key is already
in the Set.
src/shared/util.c