mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 12:39:35 -05:00
Add a safety value
This commit is contained in:
parent
eb161745a4
commit
182f6e20c3
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ int lutil_sasl_interact(
|
|||
{
|
||||
sasl_interact_t *interact = in;
|
||||
|
||||
if( interact->result ) {
|
||||
if( interact && interact->result ) {
|
||||
/* we have results from a previous interaction */
|
||||
free( interact->result );
|
||||
interact->result = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue