Skip to content
Snippets Groups Projects
Commit 7bdf2ab5 authored by Howard Chu's avatar Howard Chu
Browse files

_operational should return SLAP_CB_CONTINUE

parent 9114b1b1
Branches
Tags
No related merge requests found
......@@ -1578,7 +1578,7 @@ syncprov_operational(
ldap_pvt_thread_mutex_unlock( &si->si_csn_mutex );
}
}
return LDAP_SUCCESS;
return SLAP_CB_CONTINUE;
}
static int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment