fix limits unparse

This commit is contained in:
Pierangelo Masarati 2006-05-19 22:34:04 +00:00
parent fde6482629
commit 29af5f93ee

View File

@ -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;