summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/main.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-01-21 00:33:27 +0000
committerbrian <brian@FreeBSD.org>2000-01-21 00:33:27 +0000
commita29610fe9a9a062d76bd0f17dd006ce6997c60c4 (patch)
tree0e45f01178ebc6c99f48edcb1267b522780b3b0c /usr.sbin/ppp/main.c
parentb5a9af645e9609d1aa46a41309b617b059bcf66e (diff)
downloadFreeBSD-src-a29610fe9a9a062d76bd0f17dd006ce6997c60c4.zip
FreeBSD-src-a29610fe9a9a062d76bd0f17dd006ce6997c60c4.tar.gz
Use TUNSIFPID when we change our PID (if it exists).
Diffstat (limited to 'usr.sbin/ppp/main.c')
-rw-r--r--usr.sbin/ppp/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/ppp/main.c b/usr.sbin/ppp/main.c
index 18c7529..10269e6 100644
--- a/usr.sbin/ppp/main.c
+++ b/usr.sbin/ppp/main.c
@@ -463,6 +463,7 @@ main(int argc, char **argv)
bundle->notify.fd = bgpipe[1];
}
+ bundle_ChangedPID(bundle);
bundle_LockTun(bundle); /* we have a new pid */
}
OpenPOWER on IntegriCloud