diff options
Diffstat (limited to 'dirmngr/http.h')
-rw-r--r-- | dirmngr/http.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dirmngr/http.h b/dirmngr/http.h index e81aef208..8b9c5b5eb 100644 --- a/dirmngr/http.h +++ b/dirmngr/http.h @@ -55,7 +55,8 @@ struct parsed_uri_s unsigned int opaque:1;/* Unknown scheme; PATH has the rest. */ unsigned int v6lit:1; /* Host was given as a literal v6 address. */ unsigned int onion:1; /* .onion address given. */ - unsigned int explicit_port :1; /* The port was explicitly specified. */ + unsigned int explicit_port:1; /* The port was explicitly specified. */ + unsigned int ad_current:1; /* Use Active Directory's current user. */ char *auth; /* username/password for basic auth. */ char *host; /* Host (converted to lowercase). */ unsigned short port; /* Port (always set if the host is set). */ |