summaryrefslogtreecommitdiff
path: root/pppd/plugins/pppol2tp/pppol2tp.c
diff options
context:
space:
mode:
Diffstat (limited to 'pppd/plugins/pppol2tp/pppol2tp.c')
-rw-r--r--pppd/plugins/pppol2tp/pppol2tp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pppd/plugins/pppol2tp/pppol2tp.c b/pppd/plugins/pppol2tp/pppol2tp.c
index 0e28606..1be0ad2 100644
--- a/pppd/plugins/pppol2tp/pppol2tp.c
+++ b/pppd/plugins/pppol2tp/pppol2tp.c
@@ -148,6 +148,10 @@ static int setdevname_pppol2tp(char **argv)
fatal("PPPoL2TP kernel driver not installed");
}
+ pppol2tp_fd_str = strdup(*argv);
+ if (pppol2tp_fd_str == NULL)
+ novm("PPPoL2TP FD");
+
/* Setup option defaults. Compression options are disabled! */
modem = 0;