CONNECT do not reseed RNG in iscsi_reconnect

This commit is contained in:
Peter Lieven
2012-10-26 20:47:35 +02:00
parent 0b4424cca0
commit 4785dd9933

View File

@@ -211,7 +211,6 @@ int iscsi_reconnect(struct iscsi_context *old_iscsi)
}
int retry = 0;
srand (time(NULL)^getpid());
try_again: