aboutsummaryrefslogtreecommitdiffstats
path: root/credential.h
diff options
context:
space:
mode:
Diffstat (limited to 'credential.h')
-rw-r--r--credential.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/credential.h b/credential.h
index 3756a54c74..2b5958cd43 100644
--- a/credential.h
+++ b/credential.h
@@ -141,10 +141,12 @@ struct credential {
char *protocol;
char *host;
char *path;
+ timestamp_t password_expiry_utc;
};
#define CREDENTIAL_INIT { \
.helpers = STRING_LIST_INIT_DUP, \
+ .password_expiry_utc = TIME_MAX, \
.wwwauth_headers = STRVEC_INIT, \
}