Skip to content
Snippets Groups Projects
Commit 1d1e8f75 authored by Ben Collins's avatar Ben Collins
Browse files

Added return()

parent 86e15687
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment