mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
honor signedness
This commit is contained in:
parent
a7a90609a9
commit
9a2b8f9d40
@ -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 New Issue
Block a user