diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-02 13:25:57 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2024-02-02 13:25:57 +0100 |
| commit | 45e5483b1bd538db7a06589fe25a6ad3e5dd6e32 (patch) | |
| tree | 6afd27061d5da435097a798befe975662e8a4233 /src | |
| parent | aedbeb3bc5f260c9a233767b813a11ffb657fffc (diff) | |
Minor changes
Diffstat (limited to 'src')
| -rw-r--r-- | src/publisher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher.c b/src/publisher.c index b3945f5..ff3dded 100644 --- a/src/publisher.c +++ b/src/publisher.c @@ -76,7 +76,7 @@ int main(int argc, char *argv[]) { // Path of the break file (if found, publisher will stop publishing) char break_file[STATIC_LEN]; strcat(break_file, "publisher_"); - strcat(break_file, key); + strcat(break_file, client); strcat(break_file, "_break"); printf("Create to following file to stop publishing (max wakeup latency will be %ds): %s\n",BREAK_DURATION,break_file); |
