From 27c88c4e23f1f062ae69d54485033f88a7d7fbb3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 26 Dec 2014 20:05:11 +0100 Subject: machined: fix search patch magic for '.host' image --- src/machine/image.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/image.c b/src/machine/image.c index 8a119e5db7..46a216bbb7 100644 --- a/src/machine/image.c +++ b/src/machine/image.c @@ -243,7 +243,7 @@ int image_find(const char *name, Image **ret) { } if (streq(name, ".host")) - return image_make(NULL, AT_FDCWD, NULL, "/", ret); + return image_make(".host", AT_FDCWD, NULL, "/", ret); return 0; }; -- cgit v1.2.3-54-g00ecf