[airplay] Fixup

This commit is contained in:
ejurgensen 2021-01-12 17:56:47 +01:00
parent 74c87f3080
commit 74f4b2c8b2
2 changed files with 1 additions and 10 deletions

View File

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

View File

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