This commit is contained in:
Pierangelo Masarati 2003-01-29 19:05:40 +00:00
parent ffc343a485
commit 4010870f62

View File

@ -298,8 +298,6 @@ do_add( Connection *conn, Operation *op )
}
if (mod == NULL) {
struct berval bv;
#define BAILOUT
#ifdef BAILOUT
/* bail out */
@ -311,6 +309,8 @@ do_add( Connection *conn, Operation *op )
goto done;
#else /* ! BAILOUT */
struct berval bv;
/* add attribute type and value to modlist */
mod = (Modifications *) ch_malloc( sizeof(Modifications) );