We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b302bbe commit 1624e31Copy full SHA for 1624e31
patches/dropbear/runcvm.patch
@@ -1,5 +1,5 @@
1
---- a/cli-kex.c
2
-+++ b/cli-kex.c
+--- a/src/cli-kex.c
++++ b/src/cli-kex.c
3
@@ -312,7 +312,7 @@
4
int ret;
5
@@ -9,8 +9,8 @@
9
return;
10
}
11
12
---- a/dbutil.c
13
-+++ b/dbutil.c
+--- a/src/dbutil.c
++++ b/src/dbutil.c
14
@@ -140,7 +140,9 @@
15
16
vsnprintf(printbuf, sizeof(printbuf), format, param);
@@ -21,8 +21,8 @@
21
22
23
24
---- a/default_options.h
25
-+++ b/default_options.h
+--- a/src/default_options.h
++++ b/src/default_options.h
26
@@ -21,10 +21,10 @@
27
/* Default hostkey paths - these can be specified on the command line.
28
* Homedir is prepended if path begins with ~/
0 commit comments