auth: Remove obsolete trace message from parse_form()
authorKevin Cernekee <cernekee@gmail.com>
Fri, 26 Oct 2012 04:16:57 +0000 (21:16 -0700)
committerKevin Cernekee <cernekee@gmail.com>
Sun, 28 Oct 2012 05:10:03 +0000 (22:10 -0700)
commitfc8d8a5cad2c021d71bafdb3a7adf3372a00e448
treefd59939658813d0e5888b6613cbe1c879cecd47a
parentbcab63edca748d1331609760a35027feea2766fd
auth: Remove obsolete trace message from parse_form()

parse_form() used to add hidden form fields to the query string on
the spot, but since it doesn't anymore, it should not display the
"Fixed options" trace message.

After making this change, we can remove the request / request_body
arguments.

Signed-off-by: Kevin Cernekee <cernekee@gmail.com>
auth.c