mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
Warning cleanup: signed meets unsigned.
This commit is contained in:
parent
7b3bdf2185
commit
742f3a2a2c
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ typedef struct enumCookie {
|
|||
Operation *op;
|
||||
SlapReply *rs;
|
||||
Entry **entries;
|
||||
int elen;
|
||||
int eind;
|
||||
ID elen;
|
||||
ID eind;
|
||||
} enumCookie;
|
||||
|
||||
struct ldif_info {
|
||||
|
|
|
|||
Loading…
Reference in a new issue