[daap] Fixup

This commit is contained in:
ejurgensen 2018-10-04 22:39:46 +02:00
parent 6109a5b6dd
commit 75dd9a5764
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}