From 5ad84585debfe8ce3569be759d2f34a261a38a54 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 20 Oct 2005 19:00:56 +0000 Subject: Added actual remote address used to the ">STATE" alert in the management interface (Rolf Fokkens). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@701 e7ae566f-a301-0410-adde-c780ea21d3b5 --- ssl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ssl.c') diff --git a/ssl.c b/ssl.c index 8a7f0a3..a9d4daa 100644 --- a/ssl.c +++ b/ssl.c @@ -2878,6 +2878,7 @@ tls_process (struct tls_multi *multi, management_set_state (management, OPENVPN_STATE_WAIT, NULL, + 0, 0); } #endif @@ -3562,6 +3563,7 @@ tls_pre_decrypt (struct tls_multi *multi, management_set_state (management, OPENVPN_STATE_AUTH, NULL, + 0, 0); } #endif -- cgit