summaryrefslogtreecommitdiff
path: root/pppd/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/options.c')
-rw-r--r--pppd/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/options.c b/pppd/options.c
index fc0251e..80db12e 100644
--- a/pppd/options.c
+++ b/pppd/options.c
@@ -1013,7 +1013,7 @@ print_option(opt, mainopt, printer, arg)
p = (char *) opt->addr2;
if ((opt->flags & OPT_STATIC) == 0)
p = *(char **)p;
- printer("%q", p);
+ printer(arg, "%q", p);
} else if (opt->flags & OPT_A2LIST) {
struct option_value *ovp;