Initialise bundle::idle::done when the timer's stopped.

This commit is contained in:
Brian Somers 1998-04-07 01:49:24 +00:00
parent 322cffa298
commit 4a632c808a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/MP/; revision=35091

View File

@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* $Id: bundle.c,v 1.1.2.40 1998/04/06 09:12:23 brian Exp $
* $Id: bundle.c,v 1.1.2.41 1998/04/07 00:53:21 brian Exp $
*/
#include <sys/types.h>
@ -893,6 +893,7 @@ void
bundle_StopIdleTimer(struct bundle *bundle)
{
StopTimer(&bundle->idle.timer);
bundle->idle.done = 0;
}
int