diff options
-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); } } |