From caa512397591a7c08336293c652cc81ba9c3f283 Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 21 Aug 2007 22:15:09 +0000 Subject: [PATCH] further fix previous commit --- clients/tools/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/tools/common.c b/clients/tools/common.c index 8c7469e010..7fd62d5101 100644 --- a/clients/tools/common.c +++ b/clients/tools/common.c @@ -1591,7 +1591,7 @@ tool_server_controls( LDAP *ld, LDAPControl *extra_c, int count ) ctrls[i++] = extra_c++; } for ( count = 0; count < unknown_ctrls_num; count++ ) { - ctrls[i++] = &unknown_ctrls[count++]; + ctrls[i++] = &unknown_ctrls[count]; } ctrls[i] = NULL; -- 2.39.5