aboutsummaryrefslogtreecommitdiffstats
path: root/bitlbee.c
diff options
context:
space:
mode:
Diffstat (limited to 'bitlbee.c')
-rw-r--r--bitlbee.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bitlbee.c b/bitlbee.c
index 90df135a..dae57f93 100644
--- a/bitlbee.c
+++ b/bitlbee.c
@@ -328,10 +328,6 @@ static gboolean bitlbee_io_new_client( gpointer data, gint fd, b_input_condition
{
irc_t *irc;
- /* Since we're fork()ing here, let's make sure we won't
- get the same random numbers as the parent/siblings. */
- srand( time( NULL ) ^ getpid() );
-
b_main_init();
/* Close the listening socket, we're a client. */