diff options
Diffstat (limited to 'openvpn/src')
| -rw-r--r-- | openvpn/src/openvpn/push.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/openvpn/src/openvpn/push.c b/openvpn/src/openvpn/push.c index 929a2f2..148d7eb 100644 --- a/openvpn/src/openvpn/push.c +++ b/openvpn/src/openvpn/push.c @@ -464,6 +464,7 @@ process_incoming_push_msg (struct context *c,  		md5_state_update (&c->c2.pulled_options_state, BPTR(&buf_orig), BLEN(&buf_orig));  		md5_state_final (&c->c2.pulled_options_state, &c->c2.pulled_options_digest);  		ret = PUSH_MSG_REPLY; +		md5_state_init (&c->c2.pulled_options_state);  		break;  	      case 2:  		md5_state_update (&c->c2.pulled_options_state, BPTR(&buf_orig), BLEN(&buf_orig)); | 
