chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ff552
)
machined: fix search patch magic for '.host' image
author
Lennart Poettering
<lennart@poettering.net>
Fri, 26 Dec 2014 19:05:11 +0000
(20:05 +0100)
committer
Lennart Poettering
<lennart@poettering.net>
Fri, 26 Dec 2014 19:05:11 +0000
(20:05 +0100)
src/machine/image.c
patch
|
blob
|
history
diff --git
a/src/machine/image.c
b/src/machine/image.c
index 8a119e5db71abea5b315507b1523d8a5eab6ad71..46a216bbb77a65fc50090c1f6a998c8bc0c0859d 100644
(file)
--- 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;
};