]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/connection.c
Plug mutex/rwlock leaks (destroy them)
[openldap] / servers / slapd / connection.c
index 66e49f1c4dc0e7a1edd279bfc096bbdaf0525b45..83bed4e9495f57b246d02dc09a10288c0afe5cba 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2009 The OpenLDAP Foundation.
+ * Copyright 1998-2010 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
 #include "lutil.h"
 #include "slap.h"
 
+#ifdef LDAP_CONNECTIONLESS
+#include "../../libraries/liblber/lber-int.h"  /* ber_int_sb_read() */
+#endif
+
 #ifdef LDAP_SLAPI
 #include "slapi/slapi.h"
 #endif