no quote cifs password

This commit is contained in:
IgnorantGuru 2012-08-18 06:58:12 -06:00
parent 15638d78d5
commit 8f018e1e3e

View File

@ -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 )