mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-02 20:10:11 -05:00
do not return a pointer to an automatic variable in case of success
This commit is contained in:
parent
f9766f684b
commit
031991e0b4
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ retry: /* transaction retry */
|
|||
*text = NULL;
|
||||
goto retry;
|
||||
case 0:
|
||||
*text = NULL;
|
||||
break;
|
||||
default:
|
||||
rc = LDAP_OTHER;
|
||||
|
|
|
|||
Loading…
Reference in a new issue