diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-14 18:22:37 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2006-11-14 18:22:37 +0000 |
commit | 38a404ba5bfbf21d4607a5d048846288a2359c56 (patch) | |
tree | c2d2f7a9d8e5c5077e21ca2cd99d17129cd28201 /hcid/main.c | |
parent | fc03565db71241cbc0a47ae7528273d3982fb606 (diff) |
Add offmode config option for defining SetMode("off") behaviour
Diffstat (limited to 'hcid/main.c')
-rw-r--r-- | hcid/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hcid/main.c b/hcid/main.c index 2ca34681..ce3c527e 100644 --- a/hcid/main.c +++ b/hcid/main.c @@ -620,6 +620,7 @@ int main(int argc, char *argv[]) hcid.config_file = HCID_CONFIG_FILE; hcid.security = HCID_SEC_AUTO; hcid.pairing = HCID_PAIRING_MULTI; + hcid.offmode = HCID_OFFMODE_NOSCAN; if (gethostname(hcid.host_name, sizeof(hcid.host_name) - 1) < 0) strcpy(hcid.host_name, "noname"); |