summaryrefslogtreecommitdiffstats
path: root/source/lib/genrand.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-09-20 22:10:40 +0000
committerJelmer Vernooij <jelmer@samba.org>2005-09-20 22:10:40 +0000
commit2c8c7cfebd8b7dcdf0a126894cd7930768e4ada6 (patch)
tree165dfef9694acef0a1e119ee4ceed97f6d621342 /source/lib/genrand.c
parent87a8a75003599b5ea5c0cce443da88e1da8f616f (diff)
downloadsamba-2c8c7cfebd8b7dcdf0a126894cd7930768e4ada6.tar.gz
samba-2c8c7cfebd8b7dcdf0a126894cd7930768e4ada6.tar.xz
samba-2c8c7cfebd8b7dcdf0a126894cd7930768e4ada6.zip
r10366: More scons fixes. Building et, asn1, lex and yacc files sort-of works now
Diffstat (limited to 'source/lib/genrand.c')
-rw-r--r--source/lib/genrand.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/lib/genrand.c b/source/lib/genrand.c
index ca79116b6a4..1149314d0b4 100644
--- a/source/lib/genrand.c
+++ b/source/lib/genrand.c
@@ -167,7 +167,6 @@ static int do_reseed(BOOL use_fd, int fd)
/* Add in some secret file contents */
do_filehash("/etc/shadow", &seed_inbuf[0]);
- do_filehash(lp_smb_passwd_file(), &seed_inbuf[16]);
/*
* Add the counter, time of day, and pid.