mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
delete now redundant memsets
This commit is contained in:
parent
140bc77e50
commit
ec7e2af34a
1 changed files with 0 additions and 2 deletions
|
|
@ -1132,7 +1132,6 @@ accesslog_unbind( Operation *op, SlapReply *rs )
|
|||
op2.o_callback = &nullsc;
|
||||
op2.o_controls = cids;
|
||||
memset(cids, 0, sizeof( cids ));
|
||||
memset(op2.o_ctrlflag, 0, sizeof( op2.o_ctrlflag ));
|
||||
|
||||
op2.o_bd->be_add( &op2, &rs2 );
|
||||
entry_free( e );
|
||||
|
|
@ -1171,7 +1170,6 @@ accesslog_abandon( Operation *op, SlapReply *rs )
|
|||
op2.o_callback = &nullsc;
|
||||
op2.o_controls = cids;
|
||||
memset(cids, 0, sizeof( cids ));
|
||||
memset(op2.o_ctrlflag, 0, sizeof( op2.o_ctrlflag ));
|
||||
|
||||
op2.o_bd->be_add( &op2, &rs2 );
|
||||
entry_free( e );
|
||||
|
|
|
|||
Loading…
Reference in a new issue