printf on open socket

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 6091c8be80
commit f32c8d00a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -874,6 +874,7 @@ int get_tlm_fox() {
if (!socket_open)
{
printf("Opening socket!\n");
struct sockaddr_in address;
int valread;
struct sockaddr_in serv_addr;

Loading…
Cancel
Save

Powered by TurnKey Linux.