Merge pull request #43 from fkautz/pr_out_remove_unused_variable_in_incoming_c

Remove unused variable in incoming.c
This commit is contained in:
Heikki Hannikainen 2017-02-28 09:00:12 +02:00 committed by GitHub
commit 6f7247464c
1 changed files with 0 additions and 1 deletions

View File

@ -1054,7 +1054,6 @@ int incoming_parse(struct worker_t *self, struct client_t *c, char *s, int len)
/* How much there really is data? */
pb->packet_len = p - pb->data;
packet_end = p; /* for easier overflow checking expressions */
/* fill necessary info for parsing and dupe checking in the packet buffer */
pb->srcname = pb->data;
pb->srcname_len = src_len;