diff options
Diffstat (limited to 'Source/charon/sa/states/responder_init.c')
-rw-r--r-- | Source/charon/sa/states/responder_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/sa/states/responder_init.c b/Source/charon/sa/states/responder_init.c index 5832d69fd..e4792d6b5 100644 --- a/Source/charon/sa/states/responder_init.c +++ b/Source/charon/sa/states/responder_init.c @@ -455,7 +455,7 @@ static status_t build_nonce_payload(private_responder_init_t *this,nonce_payload this->received_nonce = CHUNK_INITIALIZER; this->logger->log(this->logger, CONTROL | MOST, "Get NONCE value and store it"); - nonce_request->get_nonce(nonce_request, &(this->received_nonce)); + this->received_nonce = nonce_request->get_nonce(nonce_request); this->logger->log(this->logger, CONTROL | MOST, "Create new NONCE value."); |