mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
really minor cleanup
This commit is contained in:
parent
55ae6e4c91
commit
99c7f5318a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ rewrite_xmap_parse(
|
|||
* Experimental file map:
|
||||
* looks up key in a `key value' ascii file
|
||||
*/
|
||||
} else if ( strncasecmp(s, "xfile", 5 ) == 0 ) {
|
||||
} else if ( strncasecmp( s, "xfile", 5 ) == 0 ) {
|
||||
char *filename;
|
||||
const char *p;
|
||||
int l;
|
||||
|
|
|
|||
Loading…
Reference in a new issue