1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-09-08 16:18:58 +00:00

Delete the PORT option under [Client].

This commit is contained in:
ly1217
2019-09-03 03:25:59 -07:00
parent 79e37bcfe0
commit 96b511ebb3
3 changed files with 2 additions and 47 deletions

View File

@@ -86,7 +86,6 @@ struct CcnetSession
unsigned int saving_pub : 1;
unsigned int encrypt_channel : 1;
int local_port;
char *un_path;
struct event local_event;
struct event local_pipe_event;