Ticket #2484: LocalDeviceHandler.diff

File LocalDeviceHandler.diff, 615 bytes (added by monni, 16 years ago)

Patch to change behaviour of FindPetition

  • src/servers/bluetooth/LocalDeviceHandler.cpp

     
    149149                    // ensure the opcode
    150150                    if ((uint16)opcodeFound != opcode) {
    151151                        printf("opcode does not match %d\n", opcode);
    152                         break;
     152                        eventIndex++;
     153                        continue;
    153154                    }
    154155                    printf("Opcodes match %d %d \n", opcode , opcodeFound);
    155156                }