Diff between b87eef8860b45ce640aba1610b24a51b7bbfa7a7 and 6ec3395f1d451e465aef873835b46152948d8aa3
Changed Files
| File | Additions | Deletions | Status |
| obexd/src/btio.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/src/btio.c b/obexd/src/btio.c
index 88fa075..904c4ac 100644
--- a/obexd/src/btio.c
+++ b/obexd/src/btio.c
@@ -628,6 +628,7 @@ static gboolean parse_set_opts(struct set_opts *opts, GError **err,
/* Set defaults */
opts->defer = DEFAULT_DEFER_TIMEOUT;
opts->master = -1;
+ opts->sec_level = BT_IO_SEC_MEDIUM;
while (opt != BT_IO_OPT_INVALID) {
switch (opt) {