mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
do not return a pointer to an automatic variable in case of success
This commit is contained in:
parent
f9766f684b
commit
031991e0b4
@ -216,6 +216,7 @@ retry: /* transaction retry */
|
||||
*text = NULL;
|
||||
goto retry;
|
||||
case 0:
|
||||
*text = NULL;
|
||||
break;
|
||||
default:
|
||||
rc = LDAP_OTHER;
|
||||
|
Loading…
Reference in New Issue
Block a user