[PATCH 1/1] Fix typo p2p-on-supplicant

2014-03-18 Thread Eduardo Abinader
fix typo on p2p_service_flush --- test/p2p-on-supplicant | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/p2p-on-supplicant b/test/p2p-on-supplicant index 2bb02ba..b59c11c 100755 --- a/test/p2p-on-supplicant +++ b/test/p2p-on-supplicant @@ -374,7 +374,7 @@ class Wpa_s:

Re: [PATCH 1/1] Fix typo p2p-on-supplicant

2014-03-19 Thread Tomasz Bursztyka
Hi, @checkarg() -def p2p_service_flush(self, args = None) +def p2p_service_flush(self, args = None): if not self.p2p: return Indeed... Thanks Tomasz ___ connman mailing list connman@connman.net https://lists.

Re: [PATCH 1/1] Fix typo p2p-on-supplicant

2014-03-19 Thread Patrik Flykt
On Tue, 2014-03-18 at 16:10 -0400, Eduardo Abinader wrote: > fix typo on p2p_service_flush > --- > test/p2p-on-supplicant | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) And applied. Thanks! Patrik ___ connman mailing list connman@conn