aprovpn / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

ConfigConverter bug #251

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In android-x86(android-4.4-RC1-x86) qemu vm environment, the import file 
function. when  try to import from one usb virtual disk, the auth-user-pass 
file can not import
properly. 

I found mabye the ConfigConverter.java file has bug?

 diff new/ConfigConverter.java  orj/ConfigConverter.java 
379c379
<             if (path.indexOf(':') != -1 && path.lastIndexOf('/') > 
path.indexOf(':')) {

---
>             if (path.indexOf(':') != -1 && path.indexOf('/') > 
path.indexOf(':')) {

Original issue reported on code.google.com by sinoz...@gmail.com on 30 May 2014 at 10:10

GoogleCodeExporter commented 9 years ago
That change looks reasonable. Thanks

Original comment by arne@rfc2549.org on 3 Jun 2014 at 11:18

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 1d0b92d7a6d9.

Original comment by arne@rfc2549.org on 3 Jun 2014 at 11:19