Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
c1b07aa8
Commit
c1b07aa8
authored
Mar 17, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6027
parent
87591d51
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c1b07aa8
...
...
@@ -9,6 +9,7 @@ OpenLDAP 2.4.16 Engineering
Fixed libldap referral chasing (ITS#5980)
Fixed slapd backglue with empty DBs (ITS#5986)
Fixed slapd ctxcsn race condition (ITS#6001)
Fixed slapd debug message (ITS#6027)
Fixed slapd syncrepl newCookie sync messages (ITS#5972)
Fixed slapd syncrepl hang during shutdown (ITS#6011)
Fixed slapd syncrepl too many MMR messages (ITS#6020)
...
...
servers/slapd/at.c
View file @
c1b07aa8
...
...
@@ -1080,10 +1080,10 @@ register_at( const char *def, AttributeDescription **rad, int dupok )
freeit
=
1
;
}
else
{
ldap_attributetype_free
(
at
);
Debug
(
LDAP_DEBUG_ANY
,
"register_at: AttributeType
\"
%s
\"
: %s, %s
\n
"
,
def
,
scherr2str
(
code
),
err
);
ldap_attributetype_free
(
at
);
return
code
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment