]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 7 Dec 2012 16:54:22 +0000 (11:54 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 7 Dec 2012 16:54:22 +0000 (11:54 -0500)
src/modules/rlm_ldap/edir.c

index c54aa651d160a684ef21f0481dde2da9a174b64c..08a64e8f66d7722fa5d525f584b62e0fe40d54de 100644 (file)
@@ -141,7 +141,7 @@ static int berDecodeLoginData(struct berval *replyBV,int *serverVersion,
        }
 
        rc = ber_scanf(replyBer, "{iis}", serverVersion, &err,
-                      output, &outlen);
+                      output, outlen);
        if (rc == -1) {
                err = NMAS_E_FRAG_FAILURE;
                goto cleanup;