1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-01 03:36:26 -04:00

Bug 937, http_send_header: indentation fix

This commit is contained in:
Kalle Olavi Niemitalo 2007-02-25 15:14:18 +02:00 committed by Kalle Olavi Niemitalo
parent 4e4dddb4cc
commit 4d7d8acaf5

View File

@ -853,8 +853,7 @@ http_send_header(struct socket *socket)
}
/* CONNECT: The Authorization header is for the origin server only. */
if (!use_connect)
{
if (!use_connect) {
#ifdef CONFIG_GSSAPI
if (http_negotiate_output(uri, &header) != 0)
#endif