Remove redundant semicolons

Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Radostin Stoyanov 2018-04-09 12:14:58 +01:00 committed by Andrei Vagin
parent 4a6cf33be3
commit 348b169518
15 changed files with 18 additions and 18 deletions

View file

@ -593,7 +593,7 @@ static int send_fin(struct libsoccr_sk *sk, struct libsoccr_sk_data *data,
uint32_t dst_v4 = sk->dst_addr->v4.sin_addr.s_addr;
int ret, exit_code = -1, family;
char errbuf[LIBNET_ERRBUF_SIZE];
int mark = SOCCR_MARK;;
int mark = SOCCR_MARK;
int libnet_type;
libnet_t *l;