revert unnecessary change

This commit is contained in:
Pierangelo Masarati 2004-04-06 13:30:52 +00:00
parent 88c6f2ed38
commit 7b4b144e7e

View file

@ -26,7 +26,7 @@
#define SLAPD_TOOLS
#include "slap.h"
static slap_overinst *overlays = NULL;
static slap_overinst *overlays;
enum db_which { db_open = 0, db_close, db_destroy };