Update main.c

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 4527882610
commit 02b78b26c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -774,7 +774,7 @@ int get_tlm_fox() {
if ((sock = socket(AF_INET, SOCK_STREAM, 0)) < 0)
{
printf("\n Socket creation error \n");
dataviz = 0;
error = 1;
}
memset(&serv_addr, '0', sizeof(serv_addr));

Loading…
Cancel
Save

Powered by TurnKey Linux.