mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Remove redundant semicolons
Signed-off-by: Radostin Stoyanov <rstoyanov1@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
4a6cf33be3
commit
348b169518
15 changed files with 18 additions and 18 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue