mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
fix limits unparse
This commit is contained in:
parent
fde6482629
commit
29af5f93ee
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue