Skip to content

Commit

Permalink
Merge pull request #64 from LaakkonenJussi/jb61780
Browse files Browse the repository at this point in the history
Use provider as parameter for vpn_died() in OpenFortiVPN
  • Loading branch information
LaakkonenJussi committed Apr 8, 2024
2 parents c4879ac + 63147a3 commit 52984a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connman/vpn/plugins/openfortivpn.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static void ofv_died(struct connman_task *task, int exit_code, void *user_data)
struct ofv_private_data *data = user_data;

DBG("task %p, code %d, data %p", task, exit_code, user_data);
vpn_died(task, exit_code, user_data);
vpn_died(task, exit_code, data->provider);
free_private_data(data);
}

Expand Down

0 comments on commit 52984a0

Please sign in to comment.