X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fautocompletion.c;h=4cf4ccd6f659ff139fe84df68da623d681c6282e;hb=5685e790de93f77083ea240f474a4870b194c550;hp=69564e812488dde771b64444327ce79cf39ea1b6;hpb=76f23da782e9e80dad0a8ae1336230da5a6fa124;p=citadel.git diff --git a/webcit/autocompletion.c b/webcit/autocompletion.c index 69564e812..4cf4ccd6f 100644 --- a/webcit/autocompletion.c +++ b/webcit/autocompletion.c @@ -15,7 +15,7 @@ void recp_autocomplete(char *partial) { output_headers(0, 0, 0, 0, 0, 0); - wprintf("Content-type: text/html\r\n" + hprintf("Content-type: text/html\r\n" "Server: %s\r\n" "Connection: close\r\n" "Pragma: no-cache\r\n"