mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
fix 'control reaches end of non-void function'
This commit is contained in:
parent
99a3164972
commit
3aa27601e1
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue