no quote cifs password
This commit is contained in:
parent
15638d78d5
commit
8f018e1e3e
|
@ -3417,7 +3417,7 @@ _get_type:
|
|||
if ( netmount->pass )
|
||||
{
|
||||
str = net_opts;
|
||||
net_opts = g_strdup_printf( "%s,password=\"%s\"", str, netmount->pass );
|
||||
net_opts = g_strdup_printf( "%s,password=%s", str, netmount->pass );
|
||||
g_free( str );
|
||||
}
|
||||
if ( netmount->port )
|
||||
|
|
Loading…
Reference in New Issue
Block a user