From owner-cvs-libexec Mon Sep 11 13:55:02 1995 Return-Path: cvs-libexec-owner Received: (from majordom@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA04646 for cvs-libexec-outgoing; Mon, 11 Sep 1995 13:55:02 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA04622 ; Mon, 11 Sep 1995 13:54:53 -0700 Date: Mon, 11 Sep 1995 13:54:53 -0700 From: David Greenman Message-Id: <199509112054.NAA04622@freefall.freebsd.org> To: CVS-commiters, cvs-libexec Subject: cvs commit: src/libexec/telnetd telnetd.c Sender: cvs-libexec-owner@FreeBSD.org Precedence: bulk davidg 95/09/11 13:54:52 Modified: libexec/telnetd telnetd.c Log: Fixed bug introduced with the change of startslave()...two arguments were chopped off of the function call and garbage was passed instead. The solution involves making some variable globals as well as fixing the call to have all the arguments.