mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-01 14:15:49 +08:00
Fix missing LBER_V declaration
This commit is contained in:
parent
650837742a
commit
54c7e8ac08
@ -152,7 +152,7 @@ typedef struct lber_memory_fns {
|
|||||||
#define LBER_OPT_SOCKBUF_DEBUG 0x1002
|
#define LBER_OPT_SOCKBUF_DEBUG 0x1002
|
||||||
|
|
||||||
/* on/off values */
|
/* on/off values */
|
||||||
extern char ber_pvt_opt_on;
|
LBER_V( char ) ber_pvt_opt_on;
|
||||||
#define LBER_OPT_ON ((void *) &ber_pvt_opt_on)
|
#define LBER_OPT_ON ((void *) &ber_pvt_opt_on)
|
||||||
#define LBER_OPT_OFF ((void *) 0)
|
#define LBER_OPT_OFF ((void *) 0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user