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:
commit
6f7247464c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue