mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-30 06:39:46 +01:00
agent: Fix uninitialized member usage
This commit is contained in:
parent
21fae3d1d9
commit
653019c263
@ -357,7 +357,7 @@ static bool find_request(const void *a, const void *b)
|
|||||||
|
|
||||||
bool agent_request_cancel(unsigned int req_id, int reason)
|
bool agent_request_cancel(unsigned int req_id, int reason)
|
||||||
{
|
{
|
||||||
struct agent_request *request;
|
struct agent_request *request = NULL;
|
||||||
struct agent *agent;
|
struct agent *agent;
|
||||||
const struct l_queue_entry *entry;
|
const struct l_queue_entry *entry;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user