summaryrefslogtreecommitdiff
path: root/ppp/zaptel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ppp/zaptel.c')
-rw-r--r--ppp/zaptel.c55
1 files changed, 0 insertions, 55 deletions
diff --git a/ppp/zaptel.c b/ppp/zaptel.c
index f203765..d231794 100644
--- a/ppp/zaptel.c
+++ b/ppp/zaptel.c
@@ -44,56 +44,6 @@ const char pppd_version[] = VERSION;
#define ZAP_MTU (ZT_DEFAULT_MTU_MRU - 16)
extern int kill_link;
-static char *bad_options[] = {
- "noaccomp",
- "-ac",
- "default-asyncmap",
- "-am",
- "asyncmap",
- "-as",
- "escape",
- "multilink",
- "receive-all",
- "crtscts",
- "-crtscts",
- "nocrtscts",
- "cdtrcts",
- "nocdtrcts",
- "xonxoff",
- "modem",
- "local",
- "sync",
- "deflate",
- "nodeflate",
- "vj",
- "novj",
- "nobsdcomp",
- "bsdcomp",
- "-bsdcomp",
- NULL
-};
-#if 0
-static char *bad_options[] = {
- "noaccomp",
- "-ac",
- "default-asyncmap",
- "-am",
- "asyncmap",
- "-as",
- "escape",
- "receive-all",
- "crtscts",
- "-crtscts",
- "nocrtscts",
- "cdtrcts",
- "nocdtrcts",
- "xonxoff",
- "modem",
- "local",
- "sync",
- NULL
-};
-#endif
int retries = 0;
int setdevname_zaptel(const char *cp);
@@ -283,11 +233,6 @@ int setdevname_zaptel(const char *cp)
the_channel = &zaptel_channel;
- {
- char **a;
- for (a = bad_options; *a != NULL; a++)
- remove_option(*a);
- }
modem = 0;
lcp_allowoptions[0].neg_accompression = 0;