Skip to content
Snippets Groups Projects
Commit 9db008f0 authored by Luke Howard's avatar Luke Howard
Browse files

ITS#1676

parent 7127e088
No related branches found
No related tags found
No related merge requests found
......@@ -63,4 +63,6 @@ perl_back_db_destroy(
{
free( be->be_private );
be->be_private = NULL;
return 0;
}
......@@ -28,6 +28,7 @@
*
**********************************************************/
int
perl_back_compare(
Backend *be,
Connection *conn,
......
......@@ -22,6 +22,7 @@
#include "slap.h"
#include "perl_back.h"
int
perl_back_delete(
Backend *be,
Connection *conn,
......
......@@ -134,5 +134,7 @@ perl_back_search(
send_ldap_result( conn, op, return_code,
NULL, NULL, NULL, NULL );
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