Changes between Initial Version and Version 1 of Ticket #3869


Ignore:
Timestamp:
10/14/17 06:20:27 (7 years ago)
Author:
andrew_b
Comment:

Please test the branch: 3869_netrc_password Initial changeset:54171970084732fe808e0cc200ffc112ee4f8ee1

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3869

    • Property Status changed from new to accepted
    • Property Component changed from mc-core to mc-vfs
    • Property Branch state changed from no branch to on review
    • Property Milestone changed from Future Releases to 4.8.20
    • Property Owner set to andrew_b
  • Ticket #3869 – Description

    initial v1  
    99 
    1010shouldn't it be  
    11  
     11{{{ 
    1212...`&& path_element->password == NULL` 
    13  
     13}}} 
    1414instead of 
    15  
     15{{{ 
    1616...`&& path_element->password != NULL` 
    17  
     17}}} 
    1818? 
    1919