X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=ebe33898bc0154665f7ae037e0102f163903b4ba;hp=b7c1644c9fe793b0061682d7f1d451d38bfcd8da;hb=2aa98426fca67a8b9c075ca7efea54aef18c0380;hpb=383d1bfb5084ea5a475e408d3cc9d2e2a3de5b88 diff --git a/client.c b/client.c index b7c1644c..ebe33898 100644 --- a/client.c +++ b/client.c @@ -82,6 +82,7 @@ int main(int argc, char *argv[]) int ret; static struct sched s; + init_random_seed_or_die(); s.default_timeout.tv_sec = 1; s.default_timeout.tv_usec = 0; ret = client_open(argc, argv, &ct, &client_loglevel);