diff options
Diffstat (limited to 'testing/lxd/error-h-not-avail.patch')
-rw-r--r-- | testing/lxd/error-h-not-avail.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/lxd/error-h-not-avail.patch b/testing/lxd/error-h-not-avail.patch new file mode 100644 index 0000000000..f1dea0904d --- /dev/null +++ b/testing/lxd/error-h-not-avail.patch @@ -0,0 +1,12 @@ +diff --git a/dist/raft/src/replication.c b/dist/raft/src/replication.c +index f9cb5a8..67316bd 100644 +--- a/dist/raft/src/replication.c ++++ b/dist/raft/src/replication.c +@@ -3,7 +3,6 @@ + #include "assert.h" + #include "configuration.h" + #include "convert.h" +-#include "error.h" + #include "log.h" + #include "logging.h" + #include "membership.h" |