summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:18:20 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-05 22:18:20 +0200
commit6381c74dc2de8b4887ce3a1b41b935f91c2287fc (patch)
tree82e0d77e6aeb4056b4eae3b95ebce7e8e93b7e5a /src/main.c
parent01e2320f66a5aeb203f53b51037e37d3d51ce288 (diff)
Remove the default PIN code option
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c
index ba8d71ef..9dbb0d01 100644
--- a/src/main.c
+++ b/src/main.c
@@ -866,9 +866,6 @@ int main(int argc, char *argv[])
if (gethostname(hcid.host_name, sizeof(hcid.host_name) - 1) < 0)
strcpy(hcid.host_name, "noname");
- strcpy((char *) hcid.pin_code, "BlueZ");
- hcid.pin_len = 5;
-
init_defaults();
context = g_option_context_new(NULL);