mirror of
https://github.com/systemd/systemd.git
synced 2026-08-09 17:38:42 +00:00
gpt-auto-generator: fix typo
This commit is contained in:
Notes:
Lennart Poettering
2014-10-24 18:20:45 +02:00
Backport: bugfix
@@ -124,7 +124,7 @@ static int add_cryptsetup(const char *id, const char *what, bool rw, char **devi
|
||||
return log_oom();
|
||||
|
||||
p = strjoin(arg_dest, "/", n, NULL);
|
||||
if (!n)
|
||||
if (!p)
|
||||
return log_oom();
|
||||
|
||||
f = fopen(p, "wxe");
|
||||
|
||||
Reference in New Issue
Block a user