- returned wrong payload type

This commit is contained in:
Jan Hutter 2005-11-17 11:20:13 +00:00
parent 93a9a115de
commit 43bfb8e25e
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ static status_t get_encoding_rules(private_nonce_payload_t *this, encoding_rule_
*/
static payload_type_t get_type(private_nonce_payload_t *this)
{
return SECURITY_ASSOCIATION;
return NONCE;
}
/**