env-util.c revision 64e846e0d7288a7f62198d0b46d0661a0630e1e3
/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "env-util.h"
#include <stdlib.h>
{
2048);
}
}
void env_clean(void)
{
extern char **environ;
/* Try to clear the environment. It should always be non-NULL, but
apparently it's not on some ancient OSes (Ultrix), so just keep
the check. The clearing also fails on FreeBSD 7.0 (currently). */
/* don't clear the env_pool, otherwise the environment would get
corrupted if we failed to clear it. */
}