]> git.ipfire.org Git - thirdparty/systemd.git/commit
home: when adding a binding for a user record, use common code for determining automa...
authorLennart Poettering <lennart@poettering.net>
Fri, 1 May 2020 17:40:39 +0000 (19:40 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 7 May 2020 21:32:57 +0000 (23:32 +0200)
commit0d5e5234610e316b61640d4bbe88aafeb3436228
tree5bd1b605da309f07dc06db070e6a8c364af5a429
parenta43eddbdf4d5dad5de987b3e32621ae2b9e84420
home: when adding a binding for a user record, use common code for determining automatic image path

Make use of the new user_record_build_image_path() helper the previous
commit added to share some code.

Also, let's make sure we update all parsed-out fields with the new data
from the binding, so that the parsed-out fields are definitely
up-to-date.
src/home/homework.c
src/home/user-record-util.c