aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/exec.c
diff options
context:
space:
mode:
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;
}