]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/module.c
tolerate that config_get_vals() returns success with no values (ITS#4341)
[openldap] / servers / slapd / module.c
index 445c8180dd09615977fedc8171d4932c47860c6e..b9e3ff5a6ce32592c1ad8d1ff6ca60f46eea4d07 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * 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;
 }