summaryrefslogtreecommitdiff
path: root/accel-pppd/ctrl/ipoe/ipoe.c
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pppd/ctrl/ipoe/ipoe.c')
-rw-r--r--accel-pppd/ctrl/ipoe/ipoe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/ctrl/ipoe/ipoe.c b/accel-pppd/ctrl/ipoe/ipoe.c
index 0e596147..765996f7 100644
--- a/accel-pppd/ctrl/ipoe/ipoe.c
+++ b/accel-pppd/ctrl/ipoe/ipoe.c
@@ -3203,7 +3203,7 @@ static void load_config(void)
if (opt)
conf_agent_remote_id = opt;
else
- conf_agent_remote_id = "accel-pppd";
+ conf_agent_remote_id = NULL;
opt = conf_get_opt("ipoe", "ipv6");
if (opt)