diff options
Diffstat (limited to 'credential.h')
-rw-r--r-- | credential.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/credential.h b/credential.h index e5042723a8..96ea41bd1c 100644 --- a/credential.h +++ b/credential.h @@ -6,7 +6,8 @@ struct credential { struct string_list helpers; unsigned approved:1, - configured:1; + configured:1, + use_http_path:1; char *username; char *password; |