do not return a pointer to an automatic variable in case of success

This commit is contained in:
Pierangelo Masarati 2002-03-30 08:44:29 +00:00
parent f9766f684b
commit 031991e0b4

View File

@ -216,6 +216,7 @@ retry: /* transaction retry */
*text = NULL;
goto retry;
case 0:
*text = NULL;
break;
default:
rc = LDAP_OTHER;