]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap_r/rq.c
ITS#2562: add missing arg to hash_lanman
[openldap] / libraries / libldap_r / rq.c
index 8aa9b0b76a72c5dbb82c1609e7201d88999adbcc..29153ccc7270ef1d7b260ef4d65ae627cfeb7fd4 100644 (file)
@@ -1,4 +1,8 @@
 /* $OpenLDAP$ */
+/* 
+ * Copyright 1998-2003 The OpenLDAP Foundation, All Rights Reserved.
+ * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
+ */
 #include "portable.h"
 
 #include <stdio.h>
@@ -14,8 +18,6 @@
 #include "ldap_queue.h"
 #include "ldap_rq.h"
 
-#ifdef LDAP_SYNCREPL
-
 void
 ldap_pvt_runqueue_insert(
        struct runqueue_s* rq,
@@ -180,4 +182,3 @@ ldap_pvt_runqueue_persistent_backload(
        return count;
 }
 
-#endif