aboutsummaryrefslogtreecommitdiff
path: root/net/mpd
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>1999-04-30 13:40:53 +0000
committerKris Kennaway <kris@FreeBSD.org>1999-04-30 13:40:53 +0000
commite517e9a8f6031aeb2073b5ba619fca93a44f1f6e (patch)
tree277a083a3514ef24298a4aec8e9f93728f7f4ca0 /net/mpd
parent97c42220fd6abc3e52207138dbf27623f0c2717e (diff)
downloadports-e517e9a8f6031aeb2073b5ba619fca93a44f1f6e.tar.gz
ports-e517e9a8f6031aeb2073b5ba619fca93a44f1f6e.zip
Notes
Diffstat (limited to 'net/mpd')
-rw-r--r--net/mpd/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/mpd/files/patch-ab b/net/mpd/files/patch-ab
new file mode 100644
index 000000000000..4c9424605c7a
--- /dev/null
+++ b/net/mpd/files/patch-ab
@@ -0,0 +1,15 @@
+--- src/lcp.c.orig Fri Apr 30 22:52:21 1999
++++ src/lcp.c Sun Apr 25 23:34:35 1999
+@@ -856,10 +856,12 @@
+ if (bogus || !supported)
+ {
+ if (mode == MODE_REQ)
++ {
+ if (Acceptable(&lnk->conf.options, LINK_CONF_CHAP))
+ FsmNak(fp, &chapNak);
+ else if (Acceptable(&lnk->conf.options, LINK_CONF_PAP))
+ FsmNak(fp, &papNak);
++ }
+ else
+ FsmRej(fp, opt);
+ break;