mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Added return()
This commit is contained in:
parent
86e1568752
commit
1d1e8f75b6
1 changed files with 5 additions and 1 deletions
|
|
@ -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 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue