Matthew Treinish
aa3d0e1047
Fix incorrect check on presence of password and pub_key ( #2355 )
...
This commit fixes an issue with the use of None in default values
for the config get() calls in __init__() of AsusWrtDeviceScanner.
These values are cast as strings and when a NoneType is cast it
returns the string "None" this broke the check for the existence
of these fields. This commit fixes the issue by changing the default
value to be an empty string '' which will conform with the behavior
expected by the ssh login code.
Closes #2343
2016-06-22 17:01:39 -07:00
..
2016-04-06 22:51:38 -04:00
2016-04-28 12:03:57 +02:00
2016-05-30 10:19:12 -07:00
2016-06-06 20:28:52 -07:00
2016-06-22 17:01:39 -07:00
2016-04-09 20:31:53 -07:00
2016-06-07 08:43:46 -07:00
2016-06-02 00:39:58 -07:00
2016-04-06 22:51:38 -04:00
2016-04-08 21:28:59 -07:00
2016-04-09 09:03:41 -07:00
2016-04-16 01:46:50 -07:00
2016-06-02 00:39:58 -07:00
2016-06-08 21:06:14 -07:00
2016-06-02 00:39:58 -07:00
2016-04-21 07:59:35 -07:00
2016-03-09 10:25:50 +01:00
2016-05-21 15:01:33 -07:00
2016-06-21 22:26:40 -07:00
2016-06-10 20:50:04 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-06-13 18:54:49 -07:00
2016-05-27 21:45:38 -07:00
2016-03-09 10:25:50 +01:00
2016-04-09 09:24:18 -07:00
2016-04-08 18:28:19 -07:00
2016-05-24 23:19:37 -07:00
2016-04-16 20:25:39 +02:00
2016-06-22 09:13:18 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-03-14 22:03:30 +01:00
2016-03-09 10:25:50 +01:00
2016-05-21 15:01:33 -07:00
2016-05-21 11:21:23 -07:00
2016-03-09 10:25:50 +01:00
2016-04-16 01:46:50 -07:00
2016-03-09 10:25:50 +01:00
2016-05-13 14:43:22 -07:00
2016-05-19 06:36:11 -07:00
2016-03-09 10:25:50 +01:00
2016-04-21 22:24:23 -04:00
2016-06-18 09:57:18 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00
2016-06-01 23:02:46 -07:00
2016-04-06 18:46:48 -07:00
2016-03-09 10:25:50 +01:00
2016-03-09 10:25:50 +01:00