From b85c1a60bf7f27e37fe2a86b26aa83ff198e208e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sun, 28 Jun 2020 22:18:57 +0200 Subject: server/protocol: Protocol version negotiation --- conn_data.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conn_data.c') diff --git a/conn_data.c b/conn_data.c index 1b237b4..fa2da10 100644 --- a/conn_data.c +++ b/conn_data.c @@ -7,6 +7,7 @@ void conn_data_init(struct conn_data *data,int fd){ data->buflen=0; data->buffer=malloc(data->bufsz,char); + data->protversion=-1; data->userid=-1; } @@ -16,5 +17,6 @@ void conn_data_nullify(struct conn_data *data){ data->bufsz=0; data->buflen=0; + data->protversion=-1; data->userid=-1; } -- cgit v1.2.3-70-g09d2