Remove unused variable in incoming.c

This commit is contained in:
Frederick F. Kautz IV 2017-02-27 20:48:55 -08:00
parent af74f72fd2
commit 04fd9e4d5d
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;