Skip to content

Commit

Permalink
one fewer FIXME...
Browse files Browse the repository at this point in the history
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Sep 23, 2008
1 parent ada1373 commit cc9ca67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtls.c
Expand Up @@ -154,7 +154,7 @@ static int connect_dtls_socket(struct anyconnect_info *vpninfo, int dtls_port)
return -EINVAL;
}
printf("DTLS Connection successful!\n");
/* FIXME: implement data transfer over it! */

vpninfo->dtls_fd = dtls_fd;
vpninfo->dtls_ssl = dtls_ssl;
return 0;
Expand Down

0 comments on commit cc9ca67

Please sign in to comment.