Skip to content
Snippets Groups Projects
Commit 6170a2bb authored by Howard Chu's avatar Howard Chu
Browse files

Fix ITS#3400, move ebadf declaration

parent dceaa05c
No related branches found
No related tags found
No related merge requests found
......@@ -1480,6 +1480,7 @@ slapd_daemon_task(
int l;
time_t last_idle_check = 0;
struct timeval idle;
int ebadf = 0;
#define SLAPD_IDLE_CHECK_LIMIT 4
......@@ -1570,7 +1571,6 @@ slapd_daemon_task(
int at;
ber_socket_t nfds, nrfds, nwfds;
#define SLAPD_EBADF_LIMIT 16
int ebadf = 0;
time_t now;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment