Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Dec 7, 2012
1 parent 9ad67ec commit b0f523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/rlm_ldap/edir.c
Expand Up @@ -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;
Expand Down

0 comments on commit b0f523e

Please sign in to comment.