Skip to content

Commit

Permalink
Ticket 47813 - remove "goto bail" from previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mreynolds389 committed Jun 10, 2014
1 parent 7a3fd98 commit cb8471b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ldap/servers/plugins/mep/mep.c
Expand Up @@ -1492,7 +1492,6 @@ mep_add_managed_entry(struct configEntry *config,
"mep_add_managed_entry: Failed to add managed entry "
"objectclass in origin entry \"%s\", error (%s)\n",
slapi_entry_get_dn(origin), ldap_err2string(result));
goto bail;
}
slapi_pblock_init(mod_pb);

Expand Down

0 comments on commit cb8471b

Please sign in to comment.