diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-06-22 20:51:03 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-06-22 20:51:03 +0000 |
| commit | a1bc3dccac221adb7562a94c6361426021c3fabc (patch) | |
| tree | d149595b2f47c2c9624a82ac243588154382043e /usr.sbin/ppp/exec.c | |
| parent | 45fbc0c3d640b203f65e5a85056f615f5ec085d7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/exec.c')
| -rw-r--r-- | usr.sbin/ppp/exec.c | 2 |
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; } |
