From 4785dd9933a450483ce5edc5bb5544dcea411ee7 Mon Sep 17 00:00:00 2001 From: Peter Lieven Date: Fri, 26 Oct 2012 20:47:35 +0200 Subject: [PATCH] CONNECT do not reseed RNG in iscsi_reconnect --- lib/connect.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/connect.c b/lib/connect.c index d7e519c..7550162 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -211,7 +211,6 @@ int iscsi_reconnect(struct iscsi_context *old_iscsi) } int retry = 0; - srand (time(NULL)^getpid()); try_again: