Issue 978 - typo in cyrus.c
Summary: typo in cyrus.c
Status: VERIFIED FIXED
Alias: None
Product: OpenLDAP
Classification: Unclassified
Component: slapd (show other issues)
Version: unspecified
Hardware: All All
: --- normal
Target Milestone: ---
Assignee: OpenLDAP project
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-01-22 19:47 UTC by raldi@research.netsol.com
Modified: 2014-08-01 21:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description raldi@research.netsol.com 2001-01-22 19:47:17 UTC
Full_Name: Mike Schiraldi
Version: HEAD
OS: RHL 7.0
URL: 
Submission from: (NULL) (216.168.254.240)


(Should i even be submitting bug reports to branches like this one?)

Syntax error in cyrus.c. I believe this is the intended grouping:

diff -u -r1.27 cyrus.c
--- ./libraries/libldap/cyrus.c 2001/01/19 03:53:21     1.27
+++ ./libraries/libldap/cyrus.c 2001/01/22 19:45:06
@@ -768,8 +768,8 @@
                                return LDAP_NOT_SUPPORTED;
                        }
 
-                       if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE )
{
-                               || (maxbufsize > SASL_MAX_BUFF_SIZE ))
+                       if( maxbufsize && (( maxbufsize < SASL_MIN_BUFF_SIZE ) 
+                               || (maxbufsize > SASL_MAX_BUFF_SIZE )))
                        {
                                /* bad maxbufsize */
                                return LDAP_PARAM_ERROR;

Comment 1 Kurt Zeilenga 2001-01-22 20:00:47 UTC
Fixed, thanks.

At 07:47 PM 1/22/01 +0000, raldi@research.netsol.com wrote:
>(Should i even be submitting bug reports to branches like this one?)

yes.

Kurt

Comment 2 Kurt Zeilenga 2001-01-24 21:06:58 UTC
changed notes
changed state Open to Closed
moved from Incoming to Development
Comment 3 OpenLDAP project 2014-08-01 21:05:28 UTC
fixed