]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
Add implicit sentinel to strv_env_merge()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 Aug 2021 08:16:19 +0000 (10:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 11 Aug 2021 07:11:42 +0000 (09:11 +0200)
commit4ab3d29ff03c0508f47846875d9310cbc5b8cd0f
treea4b268f1d168b9c5b6587343142de20f4bf6116c
parentd340bdd1bd435e9f5524f4246feaf38511b2ff45
Add implicit sentinel to strv_env_merge()

Just to make it a tiny bit nicer to use.
src/basic/env-util.c
src/basic/env-util.h
src/core/dbus-execute.c
src/core/execute.c
src/core/locale-setup.c
src/core/manager.c
src/core/service.c
src/notify/notify.c
src/nspawn/nspawn.c
src/run/run.c
src/test/test-env-util.c