mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 16:07:54 +00:00
simpletest.c: pass new keyfile parameters (NULL for now)
This commit is contained in:
parent
6dd823ebff
commit
ca22d6e09c
@ -23,7 +23,7 @@ void main(int argc, char **argv) {
|
||||
char *pbs_error = NULL;
|
||||
|
||||
ProxmoxBackupHandle *pbs = proxmox_backup_connect
|
||||
(repository, backup_id, backup_time, NULL, &pbs_error);
|
||||
(repository, backup_id, backup_time, NULL, NULL, NULL, &pbs_error);
|
||||
|
||||
if (pbs == NULL) {
|
||||
fprintf(stderr, "proxmox_backup_connect failed - %s\n", pbs_error);
|
||||
|
Loading…
Reference in New Issue
Block a user