smbd: Fix a comment
authorVolker Lendecke <vl@samba.org>
Wed, 28 Oct 2015 11:04:56 +0000 (12:04 +0100)
committerVolker Lendecke <vl@samba.org>
Wed, 28 Oct 2015 15:00:20 +0000 (16:00 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/smbd/server.c

index ceb959919538262a377fc5e89cadf8f9034c9464..5fa0885a82871faf48667a495be9b5c990fd3a48 100644 (file)
@@ -1211,8 +1211,9 @@ extern void build_options(bool screen);
                exit(1);
        }
 
-       /* we want to re-seed early to prevent time delays causing
-           client problems at a later date. (tridge) */
+       /*
+        * We want to die early if we can't open /dev/urandom
+        */
        generate_random_buffer(NULL, 0);
 
        /* get initial effective uid and gid */