CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2024/11/21 06:25:57
Modified files: usr.sbin/ldapd : imsgev.c Log message: Only ldapd tried to handle fd exhaustion during imsg fd passing. Move the getdtablecount check back into ldapd. OK tb@