summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2022-05-07 12:39:52 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2022-05-07 12:39:52 +0100
commit7c8f5b267aa913ecd94f729aa31d9481215828ea (patch)
treef8c1b512c79fc376d04c351c8bac3815824f7b58
parentFix and test performing large writes (diff)
downloadnetfs-7c8f5b267aa913ecd94f729aa31d9481215828ea.tar.bz2
netfs-7c8f5b267aa913ecd94f729aa31d9481215828ea.tar.xz
netfs-7c8f5b267aa913ecd94f729aa31d9481215828ea.zip
Add default initialise to CombinedSettings
-rw-r--r--netfs/fuse/fuseApp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netfs/fuse/fuseApp.h b/netfs/fuse/fuseApp.h
index 30425b8..b0b0e5a 100644
--- a/netfs/fuse/fuseApp.h
+++ b/netfs/fuse/fuseApp.h
@@ -42,7 +42,7 @@ namespace NetFS {
void verifyConnection();
struct CombinedSettings {
- size_t MessageSizeMax;
+ size_t MessageSizeMax {};
};
public: