summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ppp/ppp/modem.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ppp/modem.c b/usr.sbin/ppp/ppp/modem.c
index d61c9ffaf69..30077ef4e22 100644
--- a/usr.sbin/ppp/ppp/modem.c
+++ b/usr.sbin/ppp/ppp/modem.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: modem.c,v 1.8 1999/03/07 01:42:02 brian Exp $
+ * $Id: modem.c,v 1.9 1999/03/07 20:57:31 brian Exp $
*
* TODO:
*/
@@ -593,6 +593,7 @@ modem_Open(struct physical *modem, struct bundle *bundle)
waitpid(pid, &stat, 0);
log_Printf(LogDEBUG, "Using descriptor %d for child\n",
modem->fd);
+ modem_Found(modem, bundle);
break;
}
}