https://bugzilla.novell.com/show_bug.cgi?id=297804#c5 --- Comment #5 from Stefan Seyfried <seife@novell.com> 2007-08-29 14:09:12 MST --- Created an attachment (id=160808) --> (https://bugzilla.novell.com/attachment.cgi?id=160808) fix for yast2-bluetooth-2.15.2 Ladislav, the attached patch fixes the problem for me (and potentially the same problem with device name). The problem is the twofold: - the default passkey in the hcid.conf file is "BlueZ" - this gets read in by the yast module, however, the gui mask only allows characters "0-9". => the passkey is empty after finishing the module. Now the code in the module has a bug with writing out empty strings: - if the passcode string does not start with '"', then we prepend a '"' - if the passcode string does not end with '"', then we append a '"' => if the string was empty, it will always end with '"' after the first step. My patch fixes the second problem. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.