aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/exec.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-06-22 20:51:03 +0000
committerBrian Somers <brian@FreeBSD.org>2000-06-22 20:51:03 +0000
commita1bc3dccac221adb7562a94c6361426021c3fabc (patch)
treed149595b2f47c2c9624a82ac243588154382043e /usr.sbin/ppp/exec.c
parent45fbc0c3d640b203f65e5a85056f615f5ec085d7 (diff)
downloadsrc-a1bc3dccac221adb7562a94c6361426021c3fabc.tar.gz
src-a1bc3dccac221adb7562a94c6361426021c3fabc.zip
Correct PPPoE in multi-link mode
Submitted by: jason@OpenBSD.org
Notes
Notes: svn path=/head/; revision=61973
Diffstat (limited to 'usr.sbin/ppp/exec.c')
-rw-r--r--usr.sbin/ppp/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/exec.c b/usr.sbin/ppp/exec.c
index 033729b83642..898d143e7042 100644
--- a/usr.sbin/ppp/exec.c
+++ b/usr.sbin/ppp/exec.c
@@ -89,7 +89,7 @@ exec_iov2device(int type, struct physical *p, struct iovec *iov,
{
if (type == EXEC_DEVICE) {
free(iov[(*niov)++].iov_base);
- physical_SetupStack(p, execdevice.name, PHYSICAL_FORCE_ASYNC);
+ physical_SetupStack(p, execdevice.name, PHYSICAL_NOFORCE);
return &execdevice;
}