]> git.ipfire.org Git - thirdparty/systemd.git/blob - coccinelle/strjoina.cocci
logind: when we cannot attach a passed fd to a device, close it
[thirdparty/systemd.git] / coccinelle / strjoina.cocci
1 @@
2 expression n, m;
3 expression list s;
4 @@
5 - n = strjoina(m, s, NULL);
6 + n = strjoina(m, s);