fix extend queue file path

This commit is contained in:
Tiago Sousa 2025-09-26 21:44:21 +01:00
parent a775287ee5
commit 503ae6d680

View file

@ -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(