1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[nntp] const protocol

This commit is contained in:
Witold Filipczyk 2022-02-21 17:18:35 +01:00
parent 8e6808b640
commit cc56055f1f

View File

@ -583,7 +583,7 @@ nntp_protocol_handler(struct connection *conn)
void void
news_protocol_handler(struct connection *conn) news_protocol_handler(struct connection *conn)
{ {
char *protocol; const char *protocol;
char *server = get_nntp_server(); char *server = get_nntp_server();
struct string location; struct string location;