adhoc: removed unneeded check for !sta->addr

sta->addr is is guarenteed to be valid (assuming sta is valid).
This commit is contained in:
James Prestwood 2018-08-29 09:30:35 -07:00 committed by Denis Kenzior
parent 6f30384f77
commit 35231a1b2c
1 changed files with 0 additions and 3 deletions

View File

@ -461,9 +461,6 @@ static void sta_append(void *data, void *user_data)
struct l_dbus_message_builder *builder = user_data;
const char* macstr;
if (!sta->addr)
return;
if (!sta->authenticated)
return;