fix no-op crasher (ITS#4925)

This commit is contained in:
Pierangelo Masarati 2007-04-11 20:31:49 +00:00
parent f29a4e140e
commit a01d9f961d

View file

@ -588,6 +588,8 @@ retry: /* transaction retry */
} else {
rs->sr_err = LDAP_X_NO_OPERATION;
ltid = NULL;
/* Only free attrs if they were dup'd. */
if ( dummy.e_attrs == e->e_attrs ) dummy.e_attrs = NULL;
goto return_results;
}
} else {