diff options
-rw-r--r-- | server/ldb_modules/memberof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/ldb_modules/memberof.c b/server/ldb_modules/memberof.c index a25a35098..b8ab1bc98 100644 --- a/server/ldb_modules/memberof.c +++ b/server/ldb_modules/memberof.c @@ -734,7 +734,7 @@ static int mbof_add_operation(struct mbof_add_operation *addop) return mbof_next_add(addop->next); } else if (add_ctx->muops) { - ret = mbof_add_muop(add_ctx); + return mbof_add_muop(add_ctx); } else { /* that was the last entry, get out */ |