X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fnspawn%2Fnspawn.c;h=212f7223bb8e613b224d90c667ed60af1f01f547;hb=c8b32e11ee24a333f8f7c7c15226741d22e55fdd;hp=8270348c1727eedb2a6458e6f94c75bd42d1cdb4;hpb=2de61bbebfe6a1a97709b3277b150cacc30a79cd;p=elogind.git diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c index 8270348c1..212f7223b 100644 --- a/src/nspawn/nspawn.c +++ b/src/nspawn/nspawn.c @@ -824,7 +824,7 @@ static int setup_timezone(const char *dest) { } static int setup_resolv_conf(const char *dest) { - char _cleanup_free_ *where = NULL; + _cleanup_free_ char *where = NULL; assert(dest);