summaryrefslogtreecommitdiffstats
path: root/btimec.c
diff options
context:
space:
mode:
Diffstat (limited to 'btimec.c')
-rw-r--r--btimec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/btimec.c b/btimec.c
index bea87bb..d766e8e 100644
--- a/btimec.c
+++ b/btimec.c
@@ -36,6 +36,7 @@ main(int argc, char **argv)
fprintf(stderr, usage, argv[0]);
exit(2);
}
+ srandom(time(0));
for ( ; optind < argc; optind++) {
btimedhost = argv[optind];
bt = btime(btimedhost);