]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-shell/init.c
Prep for release
[openldap] / servers / slapd / back-shell / init.c
index 12426d10bc1e0775ba4a2ae7bb3ee7efca7a9831..8fca9b5f932d83391d8df47771443bf7d1175e27 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2011 The OpenLDAP Foundation.
+ * Copyright 1998-2013 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -87,6 +87,7 @@ shell_back_db_init(
        si = (struct shellinfo *) ch_calloc( 1, sizeof(struct shellinfo) );
 
        be->be_private = si;
+       be->be_cf_ocs = be->bd_info->bi_cf_ocs;
 
        return si == NULL;
 }