From b052fe894bbcece8d93cc55327cf99455cc773cf Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 13 Apr 2005 04:47:39 +0000 Subject: ensure that the random number generator(s) are always seeded with a different value during Asterisk startup don't reinitialize random number generators in other modules (bug #4017) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5459 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx/pbx_dundi.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'pbx/pbx_dundi.c') diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c index cae675c17..1c198c0e4 100755 --- a/pbx/pbx_dundi.c +++ b/pbx/pbx_dundi.c @@ -4632,9 +4632,6 @@ int load_module(void) dundi_set_output(dundi_debug_output); dundi_set_error(dundi_error_output); - /* Seed random number generator */ - srand(time(NULL)); - sin.sin_family = AF_INET; sin.sin_port = ntohs(DUNDI_PORT); sin.sin_addr.s_addr = INADDR_ANY; -- cgit v1.2.3