public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pbs-devel] [PATCH proxmox-backup] api: access: openid: add PROXMOX_BACKUP_RUN_DIR_M
@ 2021-07-09 11:01 Dominik Csapak
  2021-07-09 11:03 ` [pbs-devel] applied: " Thomas Lamprecht
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2021-07-09 11:01 UTC (permalink / raw)
  To: pbs-devel

otherwise it does not compile with 'RUSTFLAGS="--cfg openid"'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
---
 src/api2/access/openid.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/api2/access/openid.rs b/src/api2/access/openid.rs
index 91a26279..39b4c43e 100644
--- a/src/api2/access/openid.rs
+++ b/src/api2/access/openid.rs
@@ -13,6 +13,7 @@ use proxmox::tools::fs::open_file_locked;
 
 use proxmox_openid::{OpenIdAuthenticator,  OpenIdConfig};
 
+use pbs_buildcfg::PROXMOX_BACKUP_RUN_DIR_M;
 
 use crate::server::ticket::ApiTicket;
 use crate::tools::ticket::Ticket;
-- 
2.30.2





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-09 11:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 11:01 [pbs-devel] [PATCH proxmox-backup] api: access: openid: add PROXMOX_BACKUP_RUN_DIR_M Dominik Csapak
2021-07-09 11:03 ` [pbs-devel] applied: " Thomas Lamprecht

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal