mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-24 03:42:24 +00:00
Adding some space
This commit is contained in:
parent
f1cf6c7be8
commit
c5cebeaa4f
@ -149,9 +149,9 @@ int switch_to_next_file (struct lib_ccx_ctx *ctx, LLONG bytesinbuffer)
|
|||||||
}
|
}
|
||||||
|
|
||||||
ctx->infd = start_upd_srv(ccx_options.udpaddr, ccx_options.udpport);
|
ctx->infd = start_upd_srv(ccx_options.udpaddr, ccx_options.udpport);
|
||||||
return 1;
|
|
||||||
if(ctx->infd < 0)
|
if(ctx->infd < 0)
|
||||||
fatal (CCX_COMMON_EXIT_BUG_BUG, "socket() failed.");
|
fatal (CCX_COMMON_EXIT_BUG_BUG, "socket() failed.");
|
||||||
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user