Remove a compiler warning on uninitialized variable

This is not really ever used, but better keep the compiler output
cleaner.
master
Jouni Malinen 13 years ago committed by Jouni Malinen
parent 7dcdcfd68d
commit 55e632df72

@ -1852,6 +1852,7 @@ u8 * ieee802_1x_get_radius_class(struct eapol_state_machine *sm, size_t *len,
const u8 * ieee802_1x_get_key(struct eapol_state_machine *sm, size_t *len)
{
*len = 0;
if (sm == NULL)
return NULL;

Loading…
Cancel
Save