Also do not use drand48(), it is not available on Windows.
[oweals/tinc.git] / src / net.c
index 3cf1773d578a70b99daa3217915d175906c1ee46..c893f1e41c07c5027eda0b9c2cfca33932007fd0 100644 (file)
--- a/src/net.c
+++ b/src/net.c
@@ -366,7 +366,6 @@ int main_loop(void)
        last_graph_dump = now;
        
        srand(now);
        last_graph_dump = now;
        
        srand(now);
-       srand48(now);
 
        running = true;
 
 
        running = true;