CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/02/04 05:48:06
Modified files:
usr.sbin/ldapd : ldapd.c namespace.c
Log message:
Minor ldapd -r tweaks
- fix style
- the string pointed to by datadir shouldn't be modified, use const
- initialize datadir at compile time
- in namespace.c, move the extern datadir decl above local decls
