mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
honor signedness
This commit is contained in:
parent
a7a90609a9
commit
9a2b8f9d40
1 changed files with 2 additions and 2 deletions
|
|
@ -1667,8 +1667,8 @@ restrict_unknown:;
|
|||
}
|
||||
|
||||
for( i=1; i < cargc; i++ ) {
|
||||
int *tgt;
|
||||
char *src;
|
||||
slap_ssf_t *tgt;
|
||||
char *src;
|
||||
|
||||
if ( strncasecmp( cargv[i], "ssf=",
|
||||
STRLENOF("ssf=") ) == 0 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue