CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2018/12/04 23:44:09
Modified files: usr.sbin/ldapd : search.c Log message: key.data is a void *, on gcc archs doing a %s printf with such a pointer results in a warning. Use either the original string value or use a cast. This makes both clang and gcc happy. OK guenther@