Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
aa89854f
Commit
aa89854f
authored
Apr 03, 2003
by
Howard Chu
Browse files
Import DB error code fix from HEAD
parent
ce1dcf80
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/modify.c
View file @
aa89854f
...
...
@@ -385,9 +385,9 @@ retry: /* transaction retry */
goto
return_results
;
default:
rc
=
LDAP_OTHER
;
text
=
"internal error"
;
goto
return_results
;
}
text
=
"internal error"
;
goto
return_results
;
}
/* acquire and lock entry */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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