summaryrefslogtreecommitdiffstats
path: root/hcid/hcid.h
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/hcid.h')
-rw-r--r--hcid/hcid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hcid/hcid.h b/hcid/hcid.h
index cf8ab91a..e8765eae 100644
--- a/hcid/hcid.h
+++ b/hcid/hcid.h
@@ -87,7 +87,7 @@ struct device_list {
};
struct hcid_opts {
- char *host_name;
+ char host_name[40];
int auto_init;
int security;
int pairing;