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:
parent
8e6808b640
commit
cc56055f1f
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user