This should reduce confusion and help debugging in situations like #242,
where a Cisco server apparently does not return any 'X-DTLS-*' headers upon
connection.
We were printing this message in connect_dtls_socket(), but since
dtls_setup() gets called — and fails — *first* in that case, the message
never got printed.
Signed-off-by: Daniel Lenski <dlenski@gmail.com>
                return 0;
 
        if (!vpninfo->dtls_addr) {
+               vpn_progress(vpninfo, PRG_ERR, _("No DTLS address\n"));
                vpninfo->dtls_attempt_period = 0;
                return -EINVAL;
        }