X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-dnssrv%2Fconfig.c;h=78151e49b9c7edbfb1a48d4e04921cd575727531;hb=8fe328dd518d02e8eea9f36068e13671c9cb8093;hp=2089b9c6e4d509e0a6ec4682b7ab355d42742e5f;hpb=4af9eb971559e3a1f0432615e93ec870dc753ddb;p=openldap diff --git a/servers/slapd/back-dnssrv/config.c b/servers/slapd/back-dnssrv/config.c index 2089b9c6e4..78151e49b9 100644 --- a/servers/slapd/back-dnssrv/config.c +++ b/servers/slapd/back-dnssrv/config.c @@ -2,7 +2,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 2000-2009 The OpenLDAP Foundation. + * Copyright 2000-2012 The OpenLDAP Foundation. * Portions Copyright 2000-2003 Kurt D. Zeilenga. * All rights reserved. * @@ -29,6 +29,7 @@ #include "slap.h" #include "proto-dnssrv.h" +#if 0 int dnssrv_back_db_config( BackendDB *be, @@ -50,3 +51,4 @@ dnssrv_back_db_config( /* no configuration options (yet) */ return SLAP_CONF_UNKNOWN; } +#endif