OSDN Git Service

android/client: Fix uninitialized variable
authorJerzy Kasenberg <jerzy.kasenberg@tieto.com>
Mon, 4 Nov 2013 09:55:40 +0000 (10:55 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Mon, 4 Nov 2013 10:14:18 +0000 (12:14 +0200)
commit6807460f1b87ba2a63cc11d4ccc75b2c65a7f37d
tree7f1f1ebda5242d61618ab6d695f920ccfbbe5ac4
parentd661ba725c053949fbfdb911299aa6269840fe88
android/client: Fix uninitialized variable

Pin accept variable was intended to be set to 1
only when pin was typed by user. If no pin was given
accept should be set to 0. This patch fixes this.
android/client/if-bt.c