diff options
| author | 2004-04-17 12:54:54 +0000 | |
|---|---|---|
| committer | 2004-04-17 12:54:54 +0000 | |
| commit | 91cfb9b55e8cf34eb053ed42c0aa46b4d98ef49d (patch) | |
| tree | de1fe871143f09b69e3c13bb32c99c918b885e3c /src/connection.cpp | |
| parent | More documentation updates (diff) | |
Fixes to class packet to make it work!
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@631 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
| -rw-r--r-- | src/connection.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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() |
