Skip to content

Commit

Permalink
feat: [mount] mount by cifs if cifs supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsXuSt authored and liyigang1 committed Sep 3, 2024
1 parent 297c317 commit 42f921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dfm-mount/private/dnetworkmounter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ QList<QVariantMap> DNetworkMounter::loginPasswd(const QString &address)
return;
info->insert(static_cast<char *>(k), QString(static_cast<char *>(v)));
qInfo() << "found saved login info:" << *info;
},
},
&attr);
if (attr.contains(kSchemaDomain) && attr.contains(kSchemaProtocol)
&& attr.contains(kSchemaServer) && attr.contains(kSchemaUser))
Expand Down

0 comments on commit 42f921b

Please sign in to comment.