Adding some space

This commit is contained in:
Anshul Maheshwari 2015-05-25 18:49:00 +05:30
parent f1cf6c7be8
commit c5cebeaa4f
3 changed files with 4 additions and 4 deletions

View File

@ -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);
return 1;
if(ctx->infd < 0)
fatal (CCX_COMMON_EXIT_BUG_BUG, "socket() failed.");
return 1;
}