mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
fix limits unparse
This commit is contained in:
parent
fde6482629
commit
29af5f93ee
@ -926,8 +926,6 @@ limits_unparse( struct slap_limits *lim, struct berval *bv, ber_len_t buflen )
|
||||
break;
|
||||
}
|
||||
}
|
||||
if ( WHATSLEFT <= STRLENOF( " " ) ) return -1;
|
||||
*ptr++ = ' ';
|
||||
bv->bv_len = ptr - bv->bv_val;
|
||||
btmp.bv_val = ptr;
|
||||
btmp.bv_len = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user