From 91cfb9b55e8cf34eb053ed42c0aa46b4d98ef49d Mon Sep 17 00:00:00 2001 From: brain Date: Sat, 17 Apr 2004 12:54:54 +0000 Subject: Fixes to class packet to make it work! git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@631 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/connection.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/connection.cpp b/src/connection.cpp index 514897ecb..afa371408 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -19,8 +19,6 @@ extern int MODCOUNT; packet::packet() { - srand(time(NULL)); - id = random(); } packet::~packet() -- cgit v1.2.3