projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c64382
)
vmspawn: insert missing empty line
author
Sam Leonard
<sam.leonard@codethink.co.uk>
Mon, 15 Apr 2024 07:26:14 +0000
(08:26 +0100)
committer
Sam Leonard
<sam.leonard@codethink.co.uk>
Mon, 15 Apr 2024 10:24:27 +0000
(11:24 +0100)
src/vmspawn/vmspawn.c
patch
|
blob
|
history
diff --git
a/src/vmspawn/vmspawn.c
b/src/vmspawn/vmspawn.c
index 2a55a798281622fae41a673ba430d713f591d38c..fea154ae1f17fa2c5ee457fe5ef3a2eafc339cd8 100644
(file)
--- a/
src/vmspawn/vmspawn.c
+++ b/
src/vmspawn/vmspawn.c
@@
-1133,6
+1133,7
@@
static void set_window_title(PTYForward *f) {
if (dot)
(void) pty_forward_set_title_prefix(f, dot);
}
+
static int generate_ssh_keypair(const char *key_path, const char *key_type) {
_cleanup_free_ char *ssh_keygen = NULL;
_cleanup_strv_free_ char **cmdline = NULL;