Diff between f3eeb2c93f8e3a2460fca3db48f390d1574d9bdc and 2ee7238d8f98df1c24f53d49c52eb15772eb7553
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/mas.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/mas.c b/obexd/plugins/mas.c
index 186d267..f17ebda 100644
--- a/obexd/plugins/mas.c
+++ b/obexd/plugins/mas.c
@@ -162,6 +162,7 @@ static void reset_request(struct mas_session *mas)
mas->nth_call = FALSE;
mas->finished = FALSE;
+ mas->ap_sent = FALSE;
}
static void mas_clean(struct mas_session *mas)