Fix input json macro

This commit is contained in:
Vivek Kumar Dutta 2023-10-25 10:30:45 +05:30
parent a0a0dbd2c5
commit 86f5bdb84d
No known key found for this signature in database
GPG key ID: 65C818099F37097D

View file

@ -33,7 +33,7 @@
#ifndef DAEMON_JSON_INPUT
#define BBFDM_JSON_INPUT "/etc/bbfdm/input.json"
#else
#define BBFDM_JSON_INPUT TO_STR(DAEMON_JSON_INPUT)
#define BBFDM_JSON_INPUT DAEMON_JSON_INPUT
#endif
extern struct list_head loaded_json_files;