Removed the temporary #if 0.

git-svn-id: svn://10.0.0.236/trunk@107480 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 2001-11-06 22:52:12 +00:00
parent 618d9ec8d7
commit 71f6b17411

View File

@ -762,14 +762,12 @@ for the small amount of entropy it provides.
safe_pclose(fp);
}
#endif
#if 0 /* bug 108708 */
fp = safe_popen(netstat_ni_cmd);
if (fp != NULL) {
while ((bytes = fread(buf, 1, sizeof(buf), fp)) > 0)
RNG_RandomUpdate(buf, bytes);
safe_pclose(fp);
}
#endif
/*
* Pass the C environment and the addresses of the pointers to the