Skip to content
Snippets Groups Projects
Commit 3aa27601 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix 'control reaches end of non-void function'

parent 99a31649
Branches
Tags
No related merge requests found
......@@ -1836,9 +1836,14 @@ cache_back_sentry(
op->o_callback = cb;
return 0;
} else if (rs->sr_type == REP_RESULT) {
op->o_callback = NULL;
send_ldap_result( op, rs );
return 0;
}
/* FIXME: not handled? */
assert(0);
return -1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment