]> git.sur5r.net Git - openldap/commitdiff
Added return()
authorBen Collins <bcollins@openldap.org>
Wed, 17 Feb 1999 00:32:49 +0000 (00:32 +0000)
committerBen Collins <bcollins@openldap.org>
Wed, 17 Feb 1999 00:32:49 +0000 (00:32 +0000)
servers/slapd/back-tcl/tcl_abandon.c

index f40747b5329cf2ac345c85c8157124e4f44f026f..b563e1b8d8695adb37cae58299740e599b1525b9 100644 (file)
@@ -7,6 +7,10 @@
  * as authorized by the OpenLDAP Public License.  A copy of this
  * license is available at http://www.OpenLDAP.org/license.html or
  * in file LICENSE in the top-level directory of the distribution.
+ *
+ * $Id$
+ *
+ * $Log$
  */
 
 #include "portable.h"
@@ -50,5 +54,5 @@ int tcl_back_abandon (
        if (code != TCL_OK) {
                Debug(LDAP_DEBUG_ANY, "tcl_abandon_error: %s\n", results, 0, 0);
        }
-
+       return( 0 );
 }