Skip to content
Snippets Groups Projects
Commit e3c6a86b authored by Gaël PORTAY's avatar Gaël PORTAY
Browse files

Turn TCPFwdEntry's connectaddr and listenaddr attributes into char *

parent bbaeb917
Branches
Tags
No related merge requests found
......@@ -48,9 +48,9 @@ struct TCPListener {
/* A forwarding entry */
struct TCPFwdEntry {
const unsigned char* connectaddr;
const char *connectaddr;
unsigned int connectport;
const unsigned char* listenaddr;
const char *listenaddr;
unsigned int listenport;
unsigned int have_reply; /* is set to 1 after a reply has been received
when setting up the forwarding */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment