]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-dnssrv/compare.c
re-fix previus commit the other way 'round (rids are < 1000)
[openldap] / servers / slapd / back-dnssrv / compare.c
index 6db87157949158b15536f047e122bfc106433f5a..528156801257372eac89899c903aa7cb892ba8ec 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 2000-2004 The OpenLDAP Foundation.
+ * Copyright 2000-2007 The OpenLDAP Foundation.
  * Portions Copyright 2000-2003 Kurt D. Zeilenga.
  * All rights reserved.
  *
@@ -27,7 +27,7 @@
 #include <ac/socket.h>
 
 #include "slap.h"
-#include "back-dnssrv.h"
+#include "proto-dnssrv.h"
 
 int
 dnssrv_back_compare(
@@ -39,9 +39,8 @@ dnssrv_back_compare(
        assert( get_manageDSAit( op ) );
 #endif
        send_ldap_error( op, rs, LDAP_OTHER,
-                       "Operation not supported within naming context" );
+               "Operation not supported within naming context" );
 
        /* not implemented */
-
        return 1;
 }