X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=credential.h;h=fec7815dd0d60bf398bb8d448ab55a6cd6cee64c;hb=3bab5d56259722843359702bc27111475437ad2a;hp=a5a3ee9bb823e51e785631f90f4e46a6e94a7def;hpb=ff41848e999fe89600ac0b669b59ad580401f451;p=thirdparty%2Fgit.git diff --git a/credential.h b/credential.h index a5a3ee9bb8..fec7815dd0 100644 --- a/credential.h +++ b/credential.h @@ -118,7 +118,8 @@ struct credential { unsigned approved:1, configured:1, quit:1, - use_http_path:1; + use_http_path:1, + username_from_proto:1; char *username; char *password;