client: Fix AutoConnect configuration
authorJustin Maggard <jmaggard10@gmail.com>
Thu, 20 Sep 2012 23:12:36 +0000 (16:12 -0700)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 24 Sep 2012 09:26:08 +0000 (12:26 +0300)
commitd85c892c6ede75e29d33cb2b69e19da58720b110
tree56d578012a23d47d32f43e8eafe11162ebbf2764
parentbaca46719603974ed6849996c50a66f4ebeb5ff1
client: Fix AutoConnect configuration

Changing the AutoConnect setting via connmanctl does not work, due to the
mistaken use of || instead of &&.

This patch fixes the issue, and tries to make things a little more readable.
client/commands.c