Bug 177816

Summary: Stunnel log has annyoing typo
Product: Red Hat Enterprise Linux 4 Reporter: David Tonhofer <bughunt>
Component: stunnelAssignee: Miloslav Trmač <mitr>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 4.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-01-16 15:02:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description David Tonhofer 2006-01-14 20:21:18 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8) Gecko/20051111 Firefox/1.5

Description of problem:
The stunnel log shows the following:

"server renegotiations"
"server renegotiatations"
"server renegotiatiations"

Fix text to "renegotiations" only. :-P

Version-Release number of selected component (if applicable):
stunnel-4.05-3

How reproducible:
Always

Steps to Reproduce:
1. Run stunnel
2. Check the stunnel log
3. See above
  

Additional info:

Comment 1 Miloslav Trmač 2006-01-16 15:02:44 UTC
The strings aren't exact dumps, are they? The source contains only the following
strings:
%4ld client renegotiatations requested
%4ld server renegotiatiations requested

Anyway, I have sent a patch upstream, hopefully to appear in a future stunnel
release and a future RHEL release.

Thanks for your report.