X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fmainmenu.c;h=6fcc5499f7b936927f8d9fc7c5f4142c85afe1c5;hp=ab3d2f38ab51ca6ebd484a74b41b52ffa924e335;hb=6c114e1487e4b4032be88563f0f5b76922edd601;hpb=de6dafd0aac285c563882de551187a6c4217478a diff --git a/webcit/mainmenu.c b/webcit/mainmenu.c index ab3d2f38a..6fcc5499f 100644 --- a/webcit/mainmenu.c +++ b/webcit/mainmenu.c @@ -62,7 +62,7 @@ void display_generic(void) wprintf("

\n"); wprintf(""); - wprintf(_("Detected host header is %s://%s"), (is_https ? "https" : "http"), ChrPtr(WC->Hdr->http_host)); + wprintf(_("Detected host header is %s://%s"), (is_https ? "https" : "http"), ChrPtr(WC->Hdr->HR.http_host)); wprintf("\n"); wprintf("", _("Send command")); wprintf(" ");