diff options
Diffstat (limited to 'meta-networking/recipes-connectivity/mosquitto/files/3238.patch')
| -rw-r--r-- | meta-networking/recipes-connectivity/mosquitto/files/3238.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-networking/recipes-connectivity/mosquitto/files/3238.patch b/meta-networking/recipes-connectivity/mosquitto/files/3238.patch deleted file mode 100644 index 89795f4cd9..0000000000 --- a/meta-networking/recipes-connectivity/mosquitto/files/3238.patch +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | From 2cb8129793b54de7c68efe1a4a8e91c788077a8e Mon Sep 17 00:00:00 2001 | ||
| 2 | From: "Roger A. Light" <roger@atchoo.org> | ||
| 3 | Date: Thu, 1 May 2025 11:58:23 +0100 | ||
| 4 | Subject: [PATCH] Fix incorrect reference clock being selected on startup on | ||
| 5 | Linux. | ||
| 6 | |||
| 7 | Closes #3238. Thanks to Eric Guin and karlri. | ||
| 8 | Closes #3168. | ||
| 9 | --- | ||
| 10 | Upstream-Status: Backport 2.0.22 | ||
| 11 | src/mosquitto.c | 1 + | ||
| 12 | 2 files changed, 3 insertions(+) | ||
| 13 | |||
| 14 | diff --git a/src/mosquitto.c b/src/mosquitto.c | ||
| 15 | index ff83ef3da..2aea55237 100644 | ||
| 16 | --- a/src/mosquitto.c | ||
| 17 | +++ b/src/mosquitto.c | ||
| 18 | @@ -465,6 +465,7 @@ int main(int argc, char *argv[]) | ||
| 19 | #endif | ||
| 20 | struct mosquitto *ctxt, *ctxt_tmp; | ||
| 21 | |||
| 22 | + mosquitto_time_init(); | ||
| 23 | #if defined(WIN32) || defined(__CYGWIN__) | ||
| 24 | if(argc == 2){ | ||
| 25 | if(!strcmp(argv[1], "run")){ | ||
