mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:33:03 +00:00
Fixed typo
SVN revision: 2049
This commit is contained in:
parent
376642df06
commit
542eca16e8
@ -26745,7 +26745,7 @@ int process_http_request(const char *request, int i_conn)
|
|||||||
#ifdef HAVE_SSL
|
#ifdef HAVE_SSL
|
||||||
void send_return(int _sock, SSL *ssl_con, const char *net_buffer)
|
void send_return(int _sock, SSL *ssl_con, const char *net_buffer)
|
||||||
#else
|
#else
|
||||||
void send_return(int_sock, const char *net_buffer)
|
void send_return(int _sock, const char *net_buffer)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
int length, header_length;
|
int length, header_length;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user