Skip to content

Commit

Permalink
misc/dynomite: Fix build on 14
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Mar 24, 2023
1 parent 508850c commit 8e6e8bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions misc/dynomite/files/patch-src_seedsprovider_dyn__florida.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
- workaround for https://github.com/Netflix/dynomite/issues/818

--- src/seedsprovider/dyn_florida.c.orig 2023-03-24 06:10:53 UTC
+++ src/seedsprovider/dyn_florida.c
@@ -32,7 +32,7 @@
#endif

static char *floridaIp = NULL;
-static int floridaPort = NULL;
+static int floridaPort = 0;
static char *request = NULL;
static int isOsVarEval = 0;

0 comments on commit 8e6e8bd

Please sign in to comment.