Skip to content

Commit

Permalink
rr: removed unused assignment
Browse files Browse the repository at this point in the history
(cherry picked from commit 6b1d18c)
  • Loading branch information
miconda committed Nov 2, 2016
1 parent 36c939d commit 05a7e71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/rr/record.c
Expand Up @@ -686,7 +686,6 @@ static inline int build_advertised_rr(struct lump* _l, struct lump* _l2, str *_d
}

memcpy(p, _data->s, _data->len);
p += _data->len;

p = suffix;
if (tag && tag->len) {
Expand Down

0 comments on commit 05a7e71

Please sign in to comment.