Skip to content
Snippets Groups Projects
Commit 5821e8d4 authored by Aleksander Machniak's avatar Aleksander Machniak
Browse files

strncasecmp() -> strcasecmp()

parent 1d87f98d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1536,7 +1536,7 @@ class Net_LDAP3
$method = 'DIGEST-MD5';
}
 
if ($gssapi && strncasecmp($method, 'GSSAPI', 6) == 0) {
if ($gssapi && strcasecmp($method, 'GSSAPI') == 0) {
putenv("KRB5CCNAME=$gssapi");
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment