diff options
author | Linus Nordberg <linus@nordu.net> | 2010-11-11 11:06:23 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2010-11-11 11:06:23 +0100 |
commit | f1f72b9e7bd2249a52f2bcc3b404c9fc5613b1b0 (patch) | |
tree | b0b96fccbb155c211ce3c7b222d06c868c27013f | |
parent | ad38d44dd72139a53f82fc8d3f3fab4e4b1878f8 (diff) |
Remove spurious comment.
-rw-r--r-- | lib/packet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/packet.c b/lib/packet.c index f0593dc..b73c608 100644 --- a/lib/packet.c +++ b/lib/packet.c @@ -439,7 +439,6 @@ rs_packet_create_acc_request (struct rs_connection *conn, { if (rs_attr_create (conn, &attr, "User-Password", user_pw)) return -1; - /* FIXME: need this too? rad_pwencode(user_pw, &pwlen, SECRET, reqauth) */ rs_packet_add_attr (pkt, attr); } } |