fix extend queue file path
This commit is contained in:
parent
a775287ee5
commit
503ae6d680
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ void handle_qmp_event(struct Client *client, struct json_object *obj) {
|
|||
json_object_object_get_ex(data, "node-name", &nodename)) {
|
||||
|
||||
// needs concurrency control
|
||||
char extend_queue_path[] = "/etc/pve/extend_queue";
|
||||
char extend_queue_path[] = "/etc/pve/extend-queue";
|
||||
FILE *p_extend_queue = fopen(extend_queue_path, "a");
|
||||
if (p_extend_queue == NULL) {
|
||||
VERBOSE_PRINT(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue