mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
[daap] Fixup
This commit is contained in:
@@ -732,7 +732,7 @@ daap_request_authorize(struct httpd_request *hreq)
|
||||
{
|
||||
DPRINTF(E_LOG, L_DAAP, "Unauthorized request from '%s', DAAP session not found: '%s'\n", hreq->peer_address, hreq->uri_parsed->uri);
|
||||
|
||||
httpd_send_error(req, 401, "Unauthorized");
|
||||
httpd_send_error(hreq->req, 401, "Unauthorized");
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user