]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Import DB error code fix from HEAD
authorHoward Chu <hyc@openldap.org>
Thu, 3 Apr 2003 02:01:14 +0000 (02:01 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 3 Apr 2003 02:01:14 +0000 (02:01 +0000)
servers/slapd/back-bdb/modify.c

index 7e71175130661520d143f62a164ecde7fb4c4cb2..caf9e8ccfc5e5eb7960de2fdb1533ef14a31c8d4 100644 (file)
@@ -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 */