mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[pairing] Remove dead assignment
This commit is contained in:
@@ -338,7 +338,6 @@ pairing_request_cb(struct evhttp_request *req, void *arg)
|
|||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ri = (struct remote_info *)arg;
|
ri = (struct remote_info *)arg;
|
||||||
ret = 0;
|
|
||||||
|
|
||||||
if (!req)
|
if (!req)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user