service: Fix calling Agent API request input function
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 9 Aug 2011 07:59:17 +0000 (10:59 +0300)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 9 Aug 2011 10:16:34 +0000 (12:16 +0200)
commit63f32f20d6f339bae00a21c655c8958ce9999579
tree9038cf6734f3febd9616fa79953f66f674cb1a89
parent6547dc106d251e49950a0eb59484be15bb276184
service: Fix calling Agent API request input function

Requesting passphrases from the user has been done only when the
ConnectService D-Bus method has been called. As user input may be
needed every time a service is connected, input requesting moved to
__connman_service_connect() instead. Also to note is that the same
service can be retried after a failed connection attempt, for those
cases an already associated service->network needs to be disconnected
before an new connection is attempted.
src/service.c