From: Ben Collins Date: Wed, 17 Feb 1999 00:32:49 +0000 (+0000) Subject: Added return() X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~577 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1d1e8f75b645b981a006d77d7b000003b1618867;p=openldap Added return() --- diff --git a/servers/slapd/back-tcl/tcl_abandon.c b/servers/slapd/back-tcl/tcl_abandon.c index f40747b532..b563e1b8d8 100644 --- a/servers/slapd/back-tcl/tcl_abandon.c +++ b/servers/slapd/back-tcl/tcl_abandon.c @@ -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 ); }