]> git.sur5r.net Git - openldap/blobdiff - include/lber_pvt.h
warn if retry is not forever
[openldap] / include / lber_pvt.h
index c55e073f1a52e6e9b758ffd2d66f14cc45aa3b30..378f00b6275fbdf0ee01cfe30d53e9ac3af59c9b 100644 (file)
@@ -1,7 +1,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2008 The OpenLDAP Foundation.
+ * Copyright 1998-2009 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -201,7 +201,7 @@ ber_bvarray_dup_x LDAP_P(( BerVarray *dst, BerVarray src, void *ctx ));
                (dst)->bv_val = (bv)->bv_val; \
        } while (0)
 
-#define BER_BVC(s)             { STRLENOF(s), (s) }
+#define BER_BVC(s)             { STRLENOF(s), (char *)(s) }
 #define BER_BVNULL             { 0L, NULL }
 #define BER_BVZERO(bv) \
        do { \