Diff for /servers/slapd/back-sock/config.c between versions 1.12 and 1.13

version 1.12, 2011/02/03 20:34:45 version 1.13, 2011/02/03 20:54:11
Line 1 Line 1
 /* config.c - sock backend configuration file routine */  /* config.c - sock backend configuration file routine */
 /* $OpenLDAP: pkg/ldap/servers/slapd/back-sock/config.c,v 1.11 2011/02/03 20:24:26 hyc Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/back-sock/config.c,v 1.12 2011/02/03 20:34:45 hyc Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 2007-2011 The OpenLDAP Foundation.   * Copyright 2007-2011 The OpenLDAP Foundation.
Line 64  static ConfigOCs bsocs[] = { Line 64  static ConfigOCs bsocs[] = {
 };  };
   
 static ConfigOCs osocs[] = {  static ConfigOCs osocs[] = {
         { "( OLcfgOvOc:22.1 "          { "( OLcfgDbOc:7.2 "
                 "NAME 'olcOvSocketConfig' "                  "NAME 'olcOvSocketConfig' "
                 "DESC 'Socket overlay configuration' "                  "DESC 'Socket overlay configuration' "
                 "SUP olcOverlayConfig "                  "SUP olcOverlayConfig "

Removed from v.1.12  
changed lines
  Added in v.1.13


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org