mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-28 15:06:02 -05:00
[airplay] Fixup
This commit is contained in:
parent
74c87f3080
commit
74f4b2c8b2
@ -3138,7 +3138,7 @@ start_failure(struct airplay_session *rs)
|
||||
// function was called because the encrypted request (SETUP) timed out
|
||||
if (device->auth_key)
|
||||
{
|
||||
DPRINTF(E_LOG, L_AIRPLAY, "Clearing '%s' pairing keys, you need to pair again\n", rs->address);
|
||||
DPRINTF(E_LOG, L_AIRPLAY, "Clearing '%s' pairing keys, you need to pair again\n", rs->devname);
|
||||
|
||||
free(device->auth_key);
|
||||
device->auth_key = NULL;
|
||||
|
@ -518,15 +518,6 @@ typedef enum {
|
||||
} TLVType;
|
||||
|
||||
|
||||
typedef enum {
|
||||
TLVMethod_PairSetup = 1,
|
||||
TLVMethod_PairVerify = 2,
|
||||
TLVMethod_AddPairing = 3,
|
||||
TLVMethod_RemovePairing = 4,
|
||||
TLVMethod_ListPairings = 5,
|
||||
} TLVMethod;
|
||||
|
||||
|
||||
typedef enum {
|
||||
TLVError_Unknown = 1, // Generic error to handle unexpected errors
|
||||
TLVError_Authentication = 2, // Setup code or signature verification failed
|
||||
|
Loading…
x
Reference in New Issue
Block a user