systemctl-edit: Add missing ret_dropin_paths argument in retry path
authorAnita Zhang <the.anitazha@gmail.com>
Thu, 14 Jan 2021 08:17:41 +0000 (00:17 -0800)
committerAnita Zhang <the.anitazha@gmail.com>
Thu, 14 Jan 2021 23:05:30 +0000 (15:05 -0800)
commite4d22a9f321e3d7c4a3e3bc1783c5204d79d80e3
tree64d688105fe9e9a8ed17431dd255ec1cfcbde7b0
parent98199724cb9fdad910e8f4b222d39d9d1e77f1c4
systemctl-edit: Add missing ret_dropin_paths argument in retry path

find_paths_to_edit() makes 2 calls to unit_find_paths(), one of which is
a retry client-side. ret_dropin_paths should be passed the same in
both cases.
src/systemctl/systemctl-edit.c