Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mctpd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3714,7 +3714,7 @@ static int method_net_learn_endpoint(sd_bus_message *call, void *data,
struct ctx *ctx = net->ctx;
dest_phys dest = { 0 };
mctp_eid_t eid = 0;
struct peer *peer;
struct peer *peer = NULL;
int rc;
mctp_eid_t ret_eid;
uint8_t ret_ep_type, ret_medium_spec;
Expand Down
Loading