Skip to content

Commit

Permalink
Remove extraneous commented out free()
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Baxa committed Sep 22, 2014
1 parent 42fbf67 commit 4c1ac67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/duo.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,6 @@ duo_login(struct duo_ctx *ctx, const char *username,

/* Check preauth status */
if ((ret = _duo_preauth(ctx, &obj, username, client_ip)) != DUO_CONTINUE) {
// free(modified_username);
return (ret);
}

Expand Down

0 comments on commit 4c1ac67

Please sign in to comment.