From: Alan T. DeKok Date: Fri, 7 Dec 2012 16:54:22 +0000 (-0500) Subject: Fix typo X-Git-Tag: release_3_0_0_beta1~1419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0f523e76663463e48f0c52d717e0038eefe4c22;p=thirdparty%2Ffreeradius-server.git Fix typo --- diff --git a/src/modules/rlm_ldap/edir.c b/src/modules/rlm_ldap/edir.c index c54aa651d16..08a64e8f66d 100644 --- a/src/modules/rlm_ldap/edir.c +++ b/src/modules/rlm_ldap/edir.c @@ -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;