Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Revision:
38:c1e7f97ab396
Parent:
37:e04613e021f2
Child:
40:b4df548bd9d8
Child:
43:28202405094d
diff -r e04613e021f2 -r c1e7f97ab396 src/d7a_modem.cpp
--- a/src/d7a_modem.cpp	Wed Aug 24 17:31:51 2016 +0000
+++ b/src/d7a_modem.cpp	Thu Aug 25 09:38:40 2016 +0000
@@ -159,7 +159,7 @@
         // retrieve local properties
         d7a_fs_get_properties(rparams->bf.fid, KAL_FS_PROP_ALL, &props);
         // create a remote Host file matching our local one
-        props.type = HOST;
+        props.type |= HOST;
         g_modem_ctx.status = d7a_fs_distant_create(rparams->bf.fid, &props);
     }