summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorNiraj Kumar Goit <niraj.g@samsung.com>2020-11-09 21:09:41 +0530
committerNiraj Kumar Goit <niraj.g@samsung.com>2020-11-09 21:09:41 +0530
commit0f1b235df50bb53099060b789aad8e8f6d7821b9 (patch)
tree8b3efcca7fce90bebbfbed31b1f9c4f371e1a179 /plugins
parent5269bd59e8100c6883b3f6e5609f57f8034e3140 (diff)
downloadconnman-0f1b235df50bb53099060b789aad8e8f6d7821b9.tar.gz
connman-0f1b235df50bb53099060b789aad8e8f6d7821b9.tar.bz2
connman-0f1b235df50bb53099060b789aad8e8f6d7821b9.zip
Rename EAPoL configuration file path to /var/lib/connman
Change-Id: I5a14fb736b0b3b842eaedfce53303c6a6d143aa9 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ethernet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethernet.c b/plugins/ethernet.c
index 2a91e2f3..b0031cbe 100644
--- a/plugins/ethernet.c
+++ b/plugins/ethernet.c
@@ -221,7 +221,7 @@ static int eth_network_connect(struct connman_network *network)
g_supplicant_register_eap_callback(handle_eap_signal);
g_network = network;
- if (asprintf(&config_file, "/opt/usr/data/network/%s-eapol.conf", ifname) < 0) {
+ if (asprintf(&config_file, "/var/lib/connman/%s-eapol.conf", ifname) < 0) {
g_free(ifname);
return -ENOMEM;
}