mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 15:10:22 -05:00
fix missing trailing ')'
This commit is contained in:
parent
772b7760b8
commit
1f49164725
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ char *ldap_pvt_ctime( const time_t *tp, char *buf )
|
|||
#endif
|
||||
}
|
||||
|
||||
#define BUFSTART (1024-32
|
||||
#define BUFSTART (1024-32)
|
||||
#define BUFMAX (32*1024-32)
|
||||
|
||||
static char *safe_realloc( char **buf, int len );
|
||||
|
|
|
|||
Loading…
Reference in a new issue