]> git.sur5r.net Git - openldap/blobdiff - servers/ldapd/util.c
Use -llber set_nonblock implementation.
[openldap] / servers / ldapd / util.c
index 4baccd6a04ca61ee7bdf4ac43f190082c9f8fc65..84be225b9e69ccef54ae94a02c1c793b00640b1a 100644 (file)
@@ -38,7 +38,7 @@
 void
 bprint( char *data, int len )
 {
-    static char        hexdig[] = "0123456789abcdef";
+    static const char  hexdig[] = "0123456789abcdef";
     char       out[ BPLEN ];
     int                i = 0;