diff options
author | nelsonb%netscape.com <devnull@localhost> | 2003-05-30 10:06:29 +0000 |
---|---|---|
committer | nelsonb%netscape.com <devnull@localhost> | 2003-05-30 10:06:29 +0000 |
commit | eaad2f1d7c644dca6f31fb445f9a97f15c56c10e (patch) | |
tree | 2408fb0d193f0fe96b6192cb77fbd1f503e59b03 /security/nss/cmd/tstclnt | |
parent | ebba28bcceee878e09f701b797c49fa864ef8569 (diff) | |
download | nss-hg-eaad2f1d7c644dca6f31fb445f9a97f15c56c10e.tar.gz |
Back out rev 1.28 to test some hypotheses about bug 207313.
Diffstat (limited to 'security/nss/cmd/tstclnt')
-rw-r--r-- | security/nss/cmd/tstclnt/tstclnt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/nss/cmd/tstclnt/tstclnt.c b/security/nss/cmd/tstclnt/tstclnt.c index a2d1d95ec..c2bae20c2 100644 --- a/security/nss/cmd/tstclnt/tstclnt.c +++ b/security/nss/cmd/tstclnt/tstclnt.c @@ -760,9 +760,6 @@ int main(int argc, char **argv) error = 1; goto done; } - - /* Wait until the pseudo stdin is readable (for debugging). --wtc */ - PR_Poll(&pollset[1], 1, PR_INTERVAL_NO_TIMEOUT); } #endif |