parse to assoc if assoc

This commit is contained in:
Polynomialdivision 2018-07-26 00:28:39 +02:00
parent 960e297e92
commit f774b86e82

View file

@ -494,7 +494,7 @@ static int handle_assoc_req(struct blob_attr *msg) {
print_probe_array();
auth_entry auth_req;
parse_to_auth_req(msg, &auth_req);
parse_to_assoc_req(msg, &auth_req);
printf("ASSOC Entry: ");
print_auth_entry(auth_req);