X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fmodule.c;h=b9e3ff5a6ce32592c1ad8d1ff6ca60f46eea4d07;hb=e720c15c4d82d975bf9ce6e7e3a347264d8b0d8d;hp=445c8180dd09615977fedc8171d4932c47860c6e;hpb=d611a4b49a00238ed32ae84c68f27c6a0ef2273a;p=openldap diff --git a/servers/slapd/module.c b/servers/slapd/module.c index 445c8180dd..b9e3ff5a6c 100644 --- a/servers/slapd/module.c +++ b/servers/slapd/module.c @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2006 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -298,6 +298,8 @@ load_extop_module ( return(-1); } + /* FIXME: this is broken, and no longer needed, + * as a module can call load_extop() itself... */ rc = load_extop( &oid, ext_main ); return rc; }