Hi Claudio, On Tue, Mar 29, 2011, Claudio Takahasi wrote: > --- > plugins/mgmtops.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/plugins/mgmtops.c b/plugins/mgmtops.c > index 65b32e6..3f96017 100644 > --- a/plugins/mgmtops.c > +++ b/plugins/mgmtops.c > @@ -1410,7 +1410,6 @@ static void mgmt_cleanup(void) > { > g_free(controllers); > controllers = NULL; > - max_index = -1; > > if (mgmt_sock >= 0) { > close(mgmt_sock); I don't understand the purpose of this patch. You're neither removing a variable (just removing an assignment) nor is the variable you're touching unused. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html