]> git.sur5r.net Git - openldap/commitdiff
test goes __after__ done (ITS#5014 :)
authorPierangelo Masarati <ando@openldap.org>
Sat, 16 Jun 2007 10:53:48 +0000 (10:53 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 16 Jun 2007 10:53:48 +0000 (10:53 +0000)
servers/slapd/syncrepl.c

index cf3d12421ccceebfec4ec6d3dbc9cdebdd7bb0ce..45d6e6d509b7479700a6e5f98f1466b0c1c694b0 100644 (file)
@@ -1053,13 +1053,13 @@ do_syncrep2(
                err = rc;
        }
 
+done:
        if ( err != LDAP_SUCCESS ) {
                Debug( LDAP_DEBUG_ANY,
                        "do_syncrep2: %s (%d) %s\n",
                        si->si_ridtxt, err, ldap_err2string( err ) );
        }
 
-done:
        slap_sync_cookie_free( &syncCookie, 0 );
        slap_sync_cookie_free( &syncCookie_req, 0 );