Skip to content

afc: Explicitly toUpper device ID when inserting

Kai Uwe Broulik requested to merge work/kbroulik/afc-touppwer into master

AfcUrl upper-cases the device id but we didn't explicitly do this when inserting/removing the device.

BUG: 487874


Shot in the dark, don’t think that’s the bug but doesn’t hurt I guess.

Log provided in the bug report suggests it is indeed a case issue. The idevice ADD is with lowercase ID which we then add to m_devices but it then fails to look it up since AfcUrl looks for uppercase.

@fvogt @afiestas

Edited by Kai Uwe Broulik

Merge request reports

Loading