8000 Removes ldap_parse_result variables initialization · symfony/symfony@2458d2a · GitHub
[go: up one dir, main page]

Skip to content

Commit 2458d2a

Browse files
committed
Removes ldap_parse_result variables initialization
1 parent 23bfb5a commit 2458d2a

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Component/Ldap/Adapter/ExtLdap

1 file changed

+0
-1
lines changed

src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ private function controlPagedResultResponse($con, $result, string $cookie = ''):
236236

237237
return $cookie;
238238
}
239-
$controls = $errcode = $matcheddn = $errmsg = $referrals = null;
240239
ldap_parse_result($con, $result, $errcode, $matcheddn, $errmsg, $referrals, $controls);
241240

242241
return $controls[\LDAP_CONTROL_PAGEDRESULTS]['value']['cookie'] ?? '';

0 commit comments

Comments
 (0)
0