openldap/servers
Kurt Zeilenga 96eda541e9 Blind commit:
Re: Untested patch: back-tcl used wrong types  (ITS#1719)

			================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

> I turned it into an automatic variable.

...and used a variable-length array.  That's a gcc extension, it is not
in ANSI C89.  (It is in C99 though.)  You seem to be compiling without
-pedantic:-)  Anyway, here is a patch to turn it back into ch_malloc(),
plus some README fixes
2002-04-18 19:28:26 +00:00
..
slapd Blind commit: 2002-04-18 19:28:26 +00:00
slurpd Added LDAP_LOG Messages 2002-04-16 19:23:49 +00:00
Makefile.in Update copyright statements 2002-01-04 21:17:25 +00:00