---
 tools/iptables-test.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/iptables-test.c b/tools/iptables-test.c
index 2ae6bb2..a62c669 100644
--- a/tools/iptables-test.c
+++ b/tools/iptables-test.c
@@ -1025,8 +1025,8 @@ int main(int argc, char *argv[])
        xt_m = NULL;
        xt_t = NULL;
 
-       while ((c = getopt_long(argc, argv,
-          "-A:F:L::N:X:j:i:m:o:t:", connman_iptables_globals.opts, NULL)) != 
-1) {
+       while ((c = getopt_long(argc, argv, "-A:F:L::N:X:j:i:m:o:t:",
+                               connman_iptables_globals.opts, NULL)) != -1) {
                switch (c) {
                case 'A':
                        chain = optarg;
-- 
1.7.3.4

_______________________________________________
connman mailing list
[email protected]
http://lists.connman.net/listinfo/connman

Reply via email to